summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Martin2017-11-07 19:13:42 +0100
committerTobias Martin2017-11-07 19:13:42 +0100
commit9148549d5c0e7de306980cd3041601d0c52b21c8 (patch)
tree8a4b02d3c99833d883b183e6257a589feda63e36
parent2521ca42f005a7bd868958c4d91267b3b2663e06 (diff)
downloadaur-9148549d5c0e7de306980cd3041601d0c52b21c8.tar.gz
bump pkgver to latest stable release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09bc7d5681f6..68226e3c2500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cni
pkgdesc = Specification and libraries for writing plugins to configure network interfaces in Linux containers
- pkgver = 0.5.2
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/containernetworking/cni
arch = i686
@@ -8,8 +8,8 @@ pkgbase = cni
license = Apache
makedepends = go
depends = glibc
- source = https://github.com/containernetworking/cni/archive/v0.5.2.tar.gz
- sha512sums = 0e56a32d01c77197ac9bec3bcbfea39db92d01cec6ffdfefa759b9123d724d42f1fb97f71fb666f6444f8e978a6332eacb36a5323edf850c41149c1714b44024
+ source = https://github.com/containernetworking/cni/archive/v0.6.0.tar.gz
+ sha512sums = 3b5b35ed546f82a939b3090ac49d2f7ab0542a079d0f45b0dd9b45cf4849abb6c10fbcb810b7567a7a15d6b8144f5b3962bfca319a37342c5bc39f5fa58f0777
pkgname = cni
diff --git a/PKGBUILD b/PKGBUILD
index 8f904ebcd7f1..7a5645aa18fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tobias Martin <tm-x at gmx dot net>
pkgname=cni
-pkgver=0.5.2
+pkgver=0.6.0
pkgrel=1
pkgdesc="Specification and libraries for writing plugins to configure network interfaces in Linux containers"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go')
depends=('glibc')
source=("https://github.com/containernetworking/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('0e56a32d01c77197ac9bec3bcbfea39db92d01cec6ffdfefa759b9123d724d42f1fb97f71fb666f6444f8e978a6332eacb36a5323edf850c41149c1714b44024')
+sha512sums=('3b5b35ed546f82a939b3090ac49d2f7ab0542a079d0f45b0dd9b45cf4849abb6c10fbcb810b7567a7a15d6b8144f5b3962bfca319a37342c5bc39f5fa58f0777')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"