diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-10-23 18:32:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-10-23 18:32:07 +0300 |
| commit | e9e92878f5299af15a5024a4395f063d84af00cc (patch) | |
| tree | e167dd165c4c4c36cf2e892a1feb99daf10ebb83 | |
| parent | 63deda7178366126975dfac5166a5c26b7953f2a (diff) | |
Bump rkt to v0.9.0
| -rw-r--r-- | .SRCINFO | 8 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = rkt pkgdesc = App container runtime - pkgver = 0.8.1 - pkgrel = 2 + pkgver = 0.9.0 + pkgrel = 1 url = https://github.com/coreos/rkt install = rkt.install arch = x86_64 @@ -19,8 +19,8 @@ pkgbase = rkt provides = rkt conflicts = rocket replaces = rocket - source = https://github.com/coreos/rkt/archive/v0.8.1.tar.gz - sha256sums = 5e15618424eaff9e943186f17ae535b8e39cb6375f52070baa318c417b1c9bb5 + source = https://github.com/coreos/rkt/archive/v0.9.0.tar.gz + sha256sums = 40d90caf7a5630f57831e4e11c5659c906b8559cbfb19a6eda8120f293df5573 pkgname = rkt @@ -3,8 +3,8 @@ # Contributor: Adrián Pérez de Castro <adrian at perezdecastro dor org> PGP-Key: 91C559DBE4C9123B pkgname=rkt -pkgver=0.8.1 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="App container runtime" arch=('x86_64') url="https://github.com/coreos/rkt" @@ -16,7 +16,7 @@ provides=('rkt') replaces=('rocket') conflicts=('rocket') source=("https://github.com/coreos/rkt/archive/v${pkgver}.tar.gz") -sha256sums=('5e15618424eaff9e943186f17ae535b8e39cb6375f52070baa318c417b1c9bb5') +sha256sums=('40d90caf7a5630f57831e4e11c5659c906b8559cbfb19a6eda8120f293df5573') install="${pkgname}.install" prepare() { |
