From: Gerard Ryan Date: Mon, 1 Mar 2021 09:38:44 +0000 (+1000) Subject: runc: Updated to 1.0.0-rc93 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=caa247664cc21c9de59741b2d310aff84e79fc80;p=openwrt-packages.git runc: Updated to 1.0.0-rc93 Signed-off-by: Gerard Ryan --- diff --git a/utils/runc/Makefile b/utils/runc/Makefile index cc4e8f887..c4de6fb4a 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.0.0-rc92 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.0-rc93 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opencontainers/runc/tar.gz/v${PKG_VERSION}? -PKG_HASH:=28378df983a3c586ed3ec8c76a774a9b10f36a0c323590a284b801cce95cc61f -PKG_SOURCE_VERSION:=ff819c7e9184c13b7c2607fe6c30ae19403a7aff +PKG_HASH:=e42456078d2f76c925cdd656e4f423b918525d8188521de05e893b6bb473a6f8 +PKG_SOURCE_VERSION:=12644e614e25b05da6fd08a38ffa0cfe1903fdec PKG_MAINTAINER:=Gerard Ryan