system/upx: Updated for version 3.08.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d4ad8e96a3
commit
630bf4becd
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for upx
|
# Slackware build script for upx
|
||||||
|
|
||||||
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
|
# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=upx
|
PRGNAM=upx
|
||||||
VERSION=${VERSION:-3.07}
|
VERSION=${VERSION:-3.08}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="upx"
|
PRGNAM="upx"
|
||||||
VERSION="3.07"
|
VERSION="3.08"
|
||||||
HOMEPAGE="http://upx.sourceforge.net/"
|
HOMEPAGE="http://upx.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/upx/upx-3.07-src.tar.bz2 \
|
DOWNLOAD="http://downloads.sourceforge.net/upx/upx-3.08-src.tar.bz2 \
|
||||||
http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2"
|
http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2"
|
||||||
MD5SUM="8186ab103288242f7e8ecad1acd4af03 \
|
MD5SUM="54c76fa52cad578ff23ef98aee91e3f5 \
|
||||||
29d5ffd03a5a3e51aef6a74e9eafb759"
|
29d5ffd03a5a3e51aef6a74e9eafb759"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in New Issue