From: Stephen Walker Date: Fri, 17 Dec 2010 04:23:50 +0000 (+0000) Subject: upx: update to 3.07 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=15ca71834c66bf5ce8b5aa866576931e15928e31;p=openwrt%2Fsvn-archive%2Fpackages.git upx: update to 3.07 SVN-Revision: 24634 --- diff --git a/utils/upx/Makefile b/utils/upx/Makefile index f8548313f..42dd23a30 100644 --- a/utils/upx/Makefile +++ b/utils/upx/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=upx -PKG_VERSION:=3.05 +PKG_VERSION:=3.07 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.bz2 -PKG_SOURCE_URL:=http://upx.sourceforge.net/download -PKG_MD5SUM:=1f0ca94c8c26a816402274dd7e628334 +PKG_SOURCE_URL:=http://upx.sourceforge.net/download \ + http://upx.sourceforge.net/download/00-OLD-VERSIONS +PKG_MD5SUM:=8186ab103288242f7e8ecad1acd4af03 include $(INCLUDE_DIR)/package.mk