David Runge pushed to branch main at Arch Linux / Packaging / Packages /
cni-plugins
Commits:
9c308516 by David Runge at 2024-10-15T15:51:43+02:00
upgpkg: 1.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cni-plugins
pkgdesc = Some standard networking plugins, maintained by the CNI team
- pkgver = 1.5.1
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/containernetworking/plugins
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = cni-plugins
provides = container-network-stack=1
options = !lto
options = emptydirs
- source =
https://github.com/containernetworking/plugins/archive/v1.5.1/plugins-v1.5.1.tar.gz
- sha512sums =
d2e01958dd8328407164cb6be9d962321742dae7011ce7cd7b2342f5e4b4bbcd992d8249c53d3d81250a60c27f049969bbf329a75440524f52c1f1466b6e7132
- b2sums =
481e6c3e929d9169c643596ba48e008151aef10ff670cac9fa00294a3fe98bc5d7c9ee9f83394becb4c127290abb3b082c4124d332b32c8d97f44fcb01b7e3cf
+ source =
https://github.com/containernetworking/plugins/archive/v1.6.0/plugins-v1.6.0.tar.gz
+ sha512sums =
a967dcaedb595bad25e0643aba50b35fb850b5893518829951ba5622d195ab309a3a489c9eb9ff8ad1df9ad0244c05434143f564ea27c4d04f27e1c5be240554
+ b2sums =
4ce6774d8e033b0d1e18fbd1e5467be9b5a991ababf0ffd05809b2159f7007ccb8cc2893a5a8af2ad33ab8a2adf502f0abcea56bfa5e7768963dfbffbca3c47d
pkgname = cni-plugins
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=plugins
pkgname=cni-plugins
-pkgver=1.5.1
+pkgver=1.6.0
pkgrel=1
pkgdesc='Some standard networking plugins, maintained by the CNI team'
arch=(x86_64)
@@ -18,8 +18,8 @@ options=(
emptydirs # NOTE: we need /etc/cni/net.d/ for configs
)
source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('d2e01958dd8328407164cb6be9d962321742dae7011ce7cd7b2342f5e4b4bbcd992d8249c53d3d81250a60c27f049969bbf329a75440524f52c1f1466b6e7132')
-b2sums=('481e6c3e929d9169c643596ba48e008151aef10ff670cac9fa00294a3fe98bc5d7c9ee9f83394becb4c127290abb3b082c4124d332b32c8d97f44fcb01b7e3cf')
+sha512sums=('a967dcaedb595bad25e0643aba50b35fb850b5893518829951ba5622d195ab309a3a489c9eb9ff8ad1df9ad0244c05434143f564ea27c4d04f27e1c5be240554')
+b2sums=('4ce6774d8e033b0d1e18fbd1e5467be9b5a991ababf0ffd05809b2159f7007ccb8cc2893a5a8af2ad33ab8a2adf502f0abcea56bfa5e7768963dfbffbca3c47d')
prepare() {
mkdir -vp $_name-$pkgver/bin
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cni-plugins/-/commit/9c30851611cd6affef55ca600af963f4150ad030
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cni-plugins/-/commit/9c30851611cd6affef55ca600af963f4150ad030
You're receiving this email because of your account on gitlab.archlinux.org.