From 9f5d6cdc9fe274181b5bd0f2d47d1acfb1c10a95 Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Mon, 9 May 2022 23:32:11 +0300 Subject: [PATCH] cni: update to v1.1.0 A minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0. Signed-off-by: Oskari Rauta --- utils/cni/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/cni/Makefile b/utils/cni/Makefile index 129ec5ec35..1fccc8de8f 100644 --- a/utils/cni/Makefile +++ b/utils/cni/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cni -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.1.0 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/$(PKG_NAME)/archive/v$(PKG_VERSION) -PKG_HASH:=0e5376f70fb36c26935ddfb90b0da69736592ba8b577fbfb904750034c053d3b +PKG_HASH:=d06305d6daf271838964c00591ddc53a9cc506e1e249b435ec31b0ea3353cbc5 PKG_MAINTAINER:=Daniel Golle , Paul Spooren , Oskari Rauta