Skip to content

Commit

Permalink
Merge pull request #12 from DreamingRaven/renovate/containernetworkin…
Browse files Browse the repository at this point in the history
…g-plugins-1.x

chore(deps): update dependency containernetworking/plugins to v1.4.1
  • Loading branch information
DreamingRaven authored Mar 21, 2024
2 parents e8cf263 + 881ae10 commit 0afc3af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions cni-plugins-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pkgbase = cni-plugins-bin
pkgdesc = Container Networking Interface (CNI) Plugins
pkgver = 1.4.0
pkgrel = 2
pkgver = 1.4.1
pkgrel = 1
url = https://www.cni.dev/
arch = x86_64
arch = aarch64
arch = armv7h
arch = armv7l
license = Apache
provides = cni-plugins=1.4.0
provides = cni-plugins=1.4.1
conflicts = cni-plugins
source = cni-plugins-bin-1.4.0-amd64::https://github.com/containernetworking/plugins/releases/download/v1.4.0/cni-plugins-linux-amd64-v1.4.0.tgz
b2sums = 00b2e98b0b46accda41af1798a468feef4d1d8d058d4d4b12de28b97cd4faf17c5833c66e6523c4326654d5414c03f306a9bca151f26d613bc9ce633b3432eaa
source = cni-plugins-bin-1.4.1-amd64::https://github.com/containernetworking/plugins/releases/download/v1.4.1/cni-plugins-linux-amd64-v1.4.1.tgz
b2sums = 6c3ac57dfbff150bea1917bdb2cecd88604018f904d378927a1d14ea53fe1bcea2274f3b91cd3998c05cc596f877a77f6253c3a93c309516bc5671f54025bc94

pkgname = cni-plugins-bin
4 changes: 2 additions & 2 deletions cni-plugins-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=cni-plugins-bin
pkgdesc="Container Networking Interface (CNI) Plugins"
pkgver=1.4.0 # renovate: datasource=github-tags depName=containernetworking/plugins
pkgver=1.4.1 # renovate: datasource=github-tags depName=containernetworking/plugins
pkgrel=1
arch=('x86_64' 'aarch64' 'armv7h' 'armv7l')
url="https://www.cni.dev/"
license=('Apache')
conflicts=('cni-plugins')
provides=("cni-plugins=${pkgver}")
source=()
b2sums=('00b2e98b0b46accda41af1798a468feef4d1d8d058d4d4b12de28b97cd4faf17c5833c66e6523c4326654d5414c03f306a9bca151f26d613bc9ce633b3432eaa')
b2sums=('6c3ac57dfbff150bea1917bdb2cecd88604018f904d378927a1d14ea53fe1bcea2274f3b91cd3998c05cc596f877a77f6253c3a93c309516bc5671f54025bc94')

# if CARCH is not set default to x86_64
# https://stackoverflow.com/a/11362364/11164973
Expand Down

0 comments on commit 0afc3af

Please sign in to comment.