From: Daniel Golle Date: Thu, 25 Mar 2021 23:10:02 +0000 (+0000) Subject: cni-plugins: update to version 0.9.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d3da0724116b8843f241ecf6d47115322888b15c;p=openwrt-packages.git cni-plugins: update to version 0.9.1 Signed-off-by: Daniel Golle --- diff --git a/utils/cni-plugins/Makefile b/utils/cni-plugins/Makefile index 0fb81b234..279625e4b 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:=0.9.0 -PKG_RELEASE:=1 +PKG_VERSION:=0.9.1 +PKG_RELEASE:=$(AUTORELEASE) 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:=54abd2fb7762943ff57832dfba19de12db09f0a0f8e69b31f1a2bb2baca395e7 +PKG_HASH:=35e96c6c47b9d080d1cbdcfca02808b01a95464607cd2a2c971b3ad596285928 PKG_MAINTAINER:=Daniel Golle , Paul Spooren