summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiizzyy <diizzyy@users.noreply.github.com>2016-10-03 00:45:17 +0200
committerJohn Crispin <john@phrozen.org>2016-10-04 11:50:48 +0200
commit6f1d6fdbaa6da1266b551c37b71a37618e547318 (patch)
tree0f898ece1f94693618a4a7df274017372615ed25
parentfdf200c8935985abae422b7b8f15f5d714b6d6b2 (diff)
downloadopenwrt-6f1d6fdbaa6da1266b551c37b71a37618e547318.tar.gz
openwrt-6f1d6fdbaa6da1266b551c37b71a37618e547318.tar.bz2
openwrt-6f1d6fdbaa6da1266b551c37b71a37618e547318.zip
tools/upx: Update to 3.91 and use new tarball url
Updates UPX to version 3.91 and also updates tarball url Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r--tools/upx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/upx/Makefile b/tools/upx/Makefile
index 7f212affb3..52d2f784f8 100644
--- a/tools/upx/Makefile
+++ b/tools/upx/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=upx
-PKG_VERSION:=3.09
+PKG_VERSION:=3.91
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.bz2
-PKG_SOURCE_URL:=@SF/upx
-PKG_MD5SUM:=1253da46eac54a217eb73e2d44818e53
+PKG_SOURCE_URL:=https://github.com/upx/upx/releases/download/v$(PKG_VERSION)
+PKG_MD5SUM:=c6d0b3ea2ecb28cb8031d59a4b087a43
PKG_CAT:=bzcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)-src