From: Hannu Nyman Date: Fri, 22 Nov 2024 19:40:25 +0000 (+0200) Subject: oci-runtime-tools: Make version apk compatible X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=42026ab232f0f801251d6d43649b5719f287e086;p=openwrt-packages.git oci-runtime-tools: Make version apk compatible Adjust version to be compatible with apk semantic rules. Signed-off-by: Hannu Nyman --- diff --git a/utils/oci-runtime-tools/Makefile b/utils/oci-runtime-tools/Makefile index 51e481ef2..967ac4f83 100644 --- a/utils/oci-runtime-tools/Makefile +++ b/utils/oci-runtime-tools/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oci-runtime-tools -PKG_VERSION:=1.0.0-pre20210326 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.0.20210326 +PKG_RELEASE:=4 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -11,7 +11,7 @@ PKG_SOURCE_NAME:=runtime-tools PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/opencontainers/runtime-tools.git PKG_SOURCE_VERSION:=59cdde06764be8d761db120664020f0415f36045 -PKG_MIRROR_HASH:=ef331e3ad5f99220583399fe1c2ded243f4b01f8dabc7acd152d46304da70f6f +PKG_MIRROR_HASH:=661cb4664f45a169ca4f8e33fd00b69734328c7fb8c3880a48c7a67105bc8520 PKG_MAINTAINER:=Daniel Golle