diff --git a/upx/Makefile b/upx/Makefile index bdd0038b6..6daa29e5c 100644 --- a/upx/Makefile +++ b/upx/Makefile @@ -10,10 +10,9 @@ PKG_NAME:=upx PKG_VERSION:=4.0.2 PKG_RELEASE:=1 -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/upx/upx.git -PKG_SOURCE_VERSION:=33cdcb0e8277576cc64894bb332c469942864bcd -PKG_MIRROR_HASH:=skip +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.xz +PKG_SOURCE_URL:=https://github.com/upx/upx/releases/download/v$(PKG_VERSION) +PKG_HASH:=skip PKG_MAINTAINER:=Xingwang Liao PKG_LICENSE:=GPL-2.0-only