From 5b606bfe2474a321bf64f70112d315a001efdcc3 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 19 Dec 2022 19:37:03 +0000 Subject: [PATCH] cni-plugins: update to version 1.1.1 For details see https://github.com/containernetworking/plugins/releases Signed-off-by: Daniel Golle --- utils/cni-plugins/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/cni-plugins/Makefile b/utils/cni-plugins/Makefile index 3c6336f4..31495b68 100644 --- a/utils/cni-plugins/Makefile +++ b/utils/cni-plugins/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cni-plugins -PKG_VERSION:=1.0.1 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.1.1 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/containernetworking/plugins/archive/v$(PKG_VERSION) -PKG_HASH:=2ba3cd9f341a7190885b60d363f6f23c6d20d975a7a0ab579dd516f8c6117619 +PKG_HASH:=c86c44877c47f69cd23611e22029ab26b613f620195b76b3ec20f589367a7962 PKG_MAINTAINER:=Daniel Golle , Paul Spooren