summaryrefslogtreecommitdiff
path: root/aur/rkt/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-03-20 17:04:59 +0200
committerYuval Adam <yuval@y3xz.com>2016-03-20 17:04:59 +0200
commit9be4aa7955a937365e1c8a3e853835764a227a95 (patch)
treebc919df8c710ef4880bf52822ac47fc6886ac641 /aur/rkt/PKGBUILD
parent8d15f74d363de6ab8e7dc91208a2aac8aef64e70 (diff)
Bump rkt to v1.2.0
Diffstat (limited to 'aur/rkt/PKGBUILD')
-rw-r--r--aur/rkt/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/aur/rkt/PKGBUILD b/aur/rkt/PKGBUILD
index bce0ff3..e926fde 100644
--- a/aur/rkt/PKGBUILD
+++ b/aur/rkt/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carl George <arch at cgtx dot us> PGP-Key: 4BA2F7E101D9F512
pkgname=rkt
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=0
pkgdesc="App container runtime"
arch=('x86_64')
@@ -17,7 +17,7 @@ replaces=('rocket')
conflicts=('rocket')
source=("https://github.com/coreos/rkt/archive/v${pkgver}.tar.gz"
"rkt.sysusers")
-sha256sums=('df93dffc1deff470a5bebaa2610a07df8f48e69f660c81de0a31de13d7f7bfa5'
+sha256sums=('6384e5680555c0999421c6362eb1d0891b709407b083883e59e655a3d0b620e6'
'1ad8d343191be731289577d249a2467fbe5a69949117601e760b459f599d311f')
install="${pkgname}.install"