summaryrefslogtreecommitdiff
path: root/aur/rkt/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-03-31 00:35:03 +0300
committerYuval Adam <yuval@y3xz.com>2016-03-31 00:35:03 +0300
commit16a4aa4c3deffc135b2b02be99033f359f922f02 (patch)
tree8c6edb7737cf43cb3e6a030b96bb0bac485dd9fa /aur/rkt/PKGBUILD
parent1bae8083eb0210176db1d042a39a7a2e516b5235 (diff)
Bump rkt to v1.2.1
Diffstat (limited to 'aur/rkt/PKGBUILD')
-rw-r--r--aur/rkt/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/aur/rkt/PKGBUILD b/aur/rkt/PKGBUILD
index e926fde..285565d 100644
--- a/aur/rkt/PKGBUILD
+++ b/aur/rkt/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Carl George <arch at cgtx dot us> PGP-Key: 4BA2F7E101D9F512
pkgname=rkt
-pkgver=1.2.0
-pkgrel=0
+pkgver=1.2.1
+pkgrel=1
pkgdesc="App container runtime"
arch=('x86_64')
url="https://github.com/coreos/rkt"
@@ -17,7 +17,7 @@ replaces=('rocket')
conflicts=('rocket')
source=("https://github.com/coreos/rkt/archive/v${pkgver}.tar.gz"
"rkt.sysusers")
-sha256sums=('6384e5680555c0999421c6362eb1d0891b709407b083883e59e655a3d0b620e6'
+sha256sums=('82cb68f8a2a986d506f5bd1935883f5be83c7e918d3e1614b6db54db4f427fdd'
'1ad8d343191be731289577d249a2467fbe5a69949117601e760b459f599d311f')
install="${pkgname}.install"