diff --git a/Makefile b/Makefile index 4cfc598..9438ff8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.2.4 +PKG_VERSION:=1.2.5 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -9,7 +9,7 @@ PKG_CPE_ID:=cpe:/a:linuxfoundation:runc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opencontainers/runc/tar.gz/v${PKG_VERSION}? -PKG_HASH:=9785c144c97974b52b6091b7a79168b73681ff574bc8438b44f3f5f8c112f171 +PKG_HASH:=1ae11980477b789732915dfd7ba4246f5babe5ff76a31021d36365007d9713b0 PKG_MAINTAINER:=Gerard Ryan