From feac018603f0e6c0dc74987fe7cd39f7b12bfef7 Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Sun, 26 Mar 2023 19:58:42 +0300 Subject: [PATCH] cni-plugins-nft: update to 1.0.12 Changelog: - docs: update install instructions - upgrade to go1.19 Signed-off-by: Oskari Rauta --- utils/cni-plugins-nft/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/cni-plugins-nft/Makefile b/utils/cni-plugins-nft/Makefile index 5a3720b1f..b82a162b7 100644 --- a/utils/cni-plugins-nft/Makefile +++ b/utils/cni-plugins-nft/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cni-plugins-nft -PKG_VERSION:=1.0.11 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.0.12 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/greenpau/cni-plugins/archive/v$(PKG_VERSION) -PKG_HASH:=f6c68268893c9d9967dd4d8f3684df0f4f989e7ebf373e72b20d1f290ff9e240 +PKG_HASH:=51c4b41c61f46c7dfc691d52dba301e7d8189589e1a625772f761ea3ae804fb3 PKG_MAINTAINER:=Oskari Rauta PKG_LICENSE:=Apache-2.0