mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:13:04 +08:00
cni: update to v1.1.0 (#442)
* cni: update to version 1.0.1 Signed-off-by: Daniel Golle <daniel@makrotopia.org> * 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 <oskari.rauta@gmail.com> Co-authored-by: Daniel Golle <daniel@makrotopia.org> Co-authored-by: Oskari Rauta <oskari.rauta@gmail.com>
This commit is contained in:
parent
84b89d2dbb
commit
38fd5aa2af
@ -1,14 +1,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=cni
|
||||
PKG_VERSION:=0.8.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:=6242e7905b5f8f7561a21f595209b569998727927380a8cdf5ab58e7fd5ac2d5
|
||||
PKG_HASH:=d06305d6daf271838964c00591ddc53a9cc506e1e249b435ec31b0ea3353cbc5
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>, Paul Spooren <mail@aparcar.org>, Oskari Rauta <oskari.rauta@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user