summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-10 19:11:49 +0100
committerFelix Golatofski2020-02-10 19:11:49 +0100
commit880268a6084f7f0494027c0fe874c62e3eb18be6 (patch)
tree6bb3bef30c6232c6d012d015ef478e2a063c6411
parentc1ac64bc54dda9d88114197927854cc384ac0727 (diff)
downloadaur-880268a6084f7f0494027c0fe874c62e3eb18be6.tar.gz
Updated to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd01879fd952..66e8883ef5a6 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.6.0
+ pkgver = 0.7.1
pkgrel = 2
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.6.0.tar.gz
- sha512sums = 3b5b35ed546f82a939b3090ac49d2f7ab0542a079d0f45b0dd9b45cf4849abb6c10fbcb810b7567a7a15d6b8144f5b3962bfca319a37342c5bc39f5fa58f0777
+ source = https://github.com/containernetworking/cni/archive/v0.7.1.tar.gz
+ sha512sums = ca97ad8cd693a50c7c793266e23c2c38c4cb6917dc38c68f88921f48daf437375aa2d347eba70c8dc4e08ba6e6f008e0164282029fa36aab98417e763eb29285
pkgname = cni
diff --git a/PKGBUILD b/PKGBUILD
index 21416980f46d..e4dddfece31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tobias Martin <tm-x at gmx dot net>
pkgname=cni
-pkgver=0.6.0
+pkgver=0.7.1
pkgrel=2
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=('3b5b35ed546f82a939b3090ac49d2f7ab0542a079d0f45b0dd9b45cf4849abb6c10fbcb810b7567a7a15d6b8144f5b3962bfca319a37342c5bc39f5fa58f0777')
+sha512sums=('ca97ad8cd693a50c7c793266e23c2c38c4cb6917dc38c68f88921f48daf437375aa2d347eba70c8dc4e08ba6e6f008e0164282029fa36aab98417e763eb29285')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"