From: swalker Date: Fri, 17 Dec 2010 04:23:50 +0000 (+0000) Subject: [packages] upx: update to 3.07 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7e92bcbead19140bf3a249cb8b9fb146efa539df;p=packages.git [packages] upx: update to 3.07 git-svn-id: svn://svn.openwrt.org/openwrt/packages@24634 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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