summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hoeg2015-06-09 22:16:47 +0800
committerPeter Hoeg2015-06-09 22:16:47 +0800
commit394797dc7ea67fa71e1ada6d7abd91b198c13329 (patch)
tree17cb20974777a0634bed2c202252204770bcccbd
parente2dd8fc24715e9d43dacbedf77d6735e2ee23e55 (diff)
downloadaur-394797dc7ea67fa71e1ada6d7abd91b198c13329.tar.gz
v0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c332586901f5..23bae052922c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = appc
pkgdesc = App container tools
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 0
url = https://github.com/appc/spec
arch = x86_64
license = apache
makedepends = go
provides = appc
- source = https://github.com/appc/spec/archive/v0.5.1.tar.gz
- sha1sums = 6d3986ed407ae66fa98e3fe86ac6cb042154eaec
+ source = https://github.com/appc/spec/archive/v0.5.2.tar.gz
+ sha1sums = 9387c4fb3fdde9eeb3e79b5d1af1c58d0bc302f7
pkgname = appc
diff --git a/PKGBUILD b/PKGBUILD
index 2b57124bbb0b..e72f19dc6805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Hoeg <firstname at lastname dot com>
pkgname=appc
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=0
pkgdesc="App container tools"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=(apache)
makedepends=('go')
provides=('appc')
source=("https://github.com/appc/spec/archive/v${pkgver}.tar.gz")
-sha1sums=('6d3986ed407ae66fa98e3fe86ac6cb042154eaec')
+sha1sums=('9387c4fb3fdde9eeb3e79b5d1af1c58d0bc302f7')
build() {
cd "spec-${pkgver}"