diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-29 03:37:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-29 03:37:35 +0000 |
commit | ce34930a04e783323d0a92208729b9e5fa1994c5 (patch) | |
tree | b1a647e06eb26544065c462a1b567150a4fc573e /community/upx | |
parent | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (diff) |
Sun Dec 29 03:35:02 UTC 2013
Diffstat (limited to 'community/upx')
-rw-r--r-- | community/upx/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index 2bbfaf36f..712920faf 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=upx -pkgver=3.09 +pkgver=3.91 pkgrel=1 pkgdesc='Ultimate executable compressor.' arch=('i686' 'x86_64') @@ -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=('1253da46eac54a217eb73e2d44818e53' +md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43' '29d5ffd03a5a3e51aef6a74e9eafb759') build() { |