From 9b673e44dc4c8b6908f9b3ec2a0c51df34f34715 Mon Sep 17 00:00:00 2001 From: vdutta Date: Fri, 30 Sep 2022 11:19:40 +0530 Subject: [PATCH] umoci: Switch to tar source --- umoci/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/umoci/Makefile b/umoci/Makefile index 39c5bea04..926a2ec0b 100644 --- a/umoci/Makefile +++ b/umoci/Makefile @@ -3,15 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umoci PKG_VERSION:=0.4.7 PKG_RELEASE:=$(AUTORELEASE) + PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_SOURCE_PROTO:=git -PKG_SOURCE_NAME:=umoci PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/opencontainers/umoci.git -PKG_SOURCE_VERSION:=17f38511d61846e2fb8ec01a1532f3ef5525e71d -PKG_MIRROR_HASH:=skip +PKG_SOURCE_URL:=https://github.com/opencontainers/umoci/archive/v$(PKG_VERSION) +PKG_HASH:=c01b36de6fdc513eb65add57bc882d72f94fc3b4b65a8f9ef59826fb754af93e PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1