* update cni-plugins to 1.5.1-1

This commit is contained in:
Alexander Baldeck 2024-09-10 08:51:23 +02:00
parent 43f2e23a92
commit 3e8075ae7f
3 changed files with 25 additions and 3 deletions

17
go/cni-plugins/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = cni-plugins
pkgdesc = Some standard networking plugins, maintained by the CNI team
pkgver = 1.5.1
pkgrel = 1
url = https://github.com/containernetworking/plugins
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
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
pkgname = cni-plugins

View File

@ -0,0 +1,5 @@
[cni-plugins]
source = "git"
git = "https://github.com/containernetworking/plugins"
prefix = "v"
exclude_regex = "v.*(pre|rc|alpha|beta).*"

View File

@ -5,7 +5,7 @@
_name=plugins
pkgname=cni-plugins
pkgver=1.5.0
pkgver=1.5.1
pkgrel=1
pkgdesc='Some standard networking plugins, maintained by the CNI team'
arch=(x86_64 powerpc64le riscv64)
@ -19,8 +19,8 @@ options=(
emptydirs # NOTE: we need /etc/cni/net.d/ for configs
)
source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
sha512sums=('cbe5ed422c9992261299d9b012d42402f0e824e39a867a88cf02df5b24de4339325b4c9ae152ae047712a71e08e1ae6b85491e3d4594a647fd8f46c1816ec9e7')
b2sums=('b1a25f1563426163f54caa13b55dc480a1f6f8de3cf40c566e7e0a212482d2f2bd46d6e180879ec9a54ba0f6e0d3167437cdb06d3491b784b7cb22107f8471b3')
sha512sums=('d2e01958dd8328407164cb6be9d962321742dae7011ce7cd7b2342f5e4b4bbcd992d8249c53d3d81250a60c27f049969bbf329a75440524f52c1f1466b6e7132')
b2sums=('481e6c3e929d9169c643596ba48e008151aef10ff670cac9fa00294a3fe98bc5d7c9ee9f83394becb4c127290abb3b082c4124d332b32c8d97f44fcb01b7e3cf')
prepare() {
mkdir -vp $_name-$pkgver/bin