Skip to content

Commit 2946b6f

Browse files
committed
packages: update cni-plugins to 1.7.1
Signed-off-by: Kyle Sessions <[email protected]>
1 parent 3ecfe28 commit 2946b6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cni-plugins/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/containernetworking/plugins/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/containernetworking/plugins/archive/v1.6.2/plugins-1.6.2.tar.gz"
16-
sha512 = "ee577e3fe39558d6a6296754c97de6608f95152805c01b8053e2958d16634ab57d147eea7c950fcc4d1a98d6733a85717adf7078ee2dffff007ec3b063386c24"
15+
url = "https://github.com/containernetworking/plugins/archive/v1.7.1/plugins-1.7.1.tar.gz"
16+
sha512 = "5b1a8c1a63f6f7a7ca4df570bf5c4b2003cdfe1b861ac86f145b5b523c9371275f68b01a115566a4f3455e56709a5a280b485005ea3fa121c1f381fbf6bd500e"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

packages/cni-plugins/cni-plugins.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global gorepo plugins
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 1.6.2
5+
%global gover 1.7.1
66
%global rpmver %{gover}
77

88
%global _dwz_low_mem_die_limit 0

0 commit comments

Comments
 (0)