Skip to content

Commit

Permalink
Merge pull request #19 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.5.1
  • Loading branch information
DreamingRaven authored Jul 17, 2024
2 parents a865125 + b45cf53 commit d01b4e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.5.0
pkgver = 1.5.1
pkgrel = 1
url = https://www.cni.dev/
arch = x86_64
arch = aarch64
arch = armv7h
arch = armv7l
license = Apache
provides = cni-plugins=1.5.0
provides = cni-plugins=1.5.1
conflicts = cni-plugins
source = cni-plugins-bin-1.5.0-amd64::https://github.com/containernetworking/plugins/releases/download/v1.5.0/cni-plugins-linux-amd64-v1.5.0.tgz
b2sums = 7073cff4fcd432626f6081d4b6afb64a503ea6b3dff484a484930811cf5017c69b22c8ecd4a7ad8e9448841d99b03c74e179a69c65831a675817108740c23255
source = cni-plugins-bin-1.5.1-amd64::https://github.com/containernetworking/plugins/releases/download/v1.5.1/cni-plugins-linux-amd64-v1.5.1.tgz
b2sums = c16747af1eb916e63805afd3b22bb460abc567cb37d60e6a349750e4a49c7379725f9bb74fe7c62f76f255b958448d53812e58d7178618d719e6c9f7833b5944

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.5.0 # renovate: datasource=github-tags depName=containernetworking/plugins
pkgver=1.5.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=('7073cff4fcd432626f6081d4b6afb64a503ea6b3dff484a484930811cf5017c69b22c8ecd4a7ad8e9448841d99b03c74e179a69c65831a675817108740c23255')
b2sums=('c16747af1eb916e63805afd3b22bb460abc567cb37d60e6a349750e4a49c7379725f9bb74fe7c62f76f255b958448d53812e58d7178618d719e6c9f7833b5944')

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

0 comments on commit d01b4e8

Please sign in to comment.