diff options
author | root <root@rshg054.dnsready.net> | 2011-12-17 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-17 23:14:43 +0000 |
commit | 146025aa1c838c12fa7b4873414da73816bfb6bd (patch) | |
tree | 22bcdae4c400322b756f2f4cc360de8c08b946a4 /community/upx | |
parent | 492f7c22a61fdb0488000da9f66d68e11bb43918 (diff) |
Sat Dec 17 23:14:43 UTC 2011
Diffstat (limited to 'community/upx')
-rw-r--r-- | community/upx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index 68f61ba3b..b6242a652 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=upx -pkgver=3.07 -pkgrel=2 +pkgver=3.08 +pkgrel=1 pkgdesc='Ultimate executable compressor.' arch=('i686' 'x86_64') url='http://upx.sourceforge.net/' @@ -14,7 +14,7 @@ depends=('zlib') makedepends=('ucl') source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2" 'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2') -md5sums=('8186ab103288242f7e8ecad1acd4af03' +md5sums=('54c76fa52cad578ff23ef98aee91e3f5' '29d5ffd03a5a3e51aef6a74e9eafb759') build() { |