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