diff options
author | Mitch Tishmack <mitch.tishmack@gmail.com> | 2017-05-27 08:15:23 -0500 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-06-02 10:41:49 +0200 |
commit | 8eca8396427d41e7c384c2efc7f500826ca9de02 (patch) | |
tree | 23b07c19e75a2ecd7d1fbe6e27eca3632769d5e3 /testing/upx | |
parent | 0539ae2c06949e1f06e94e9935ae4ad29ddcbe65 (diff) | |
download | aports-8eca8396427d41e7c384c2efc7f500826ca9de02.tar.bz2 aports-8eca8396427d41e7c384c2efc7f500826ca9de02.tar.xz |
testing/upx: upgrade to 3.94
Diffstat (limited to 'testing/upx')
-rw-r--r-- | testing/upx/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/upx/APKBUILD b/testing/upx/APKBUILD index 26f69b0404..cd6d64cee2 100644 --- a/testing/upx/APKBUILD +++ b/testing/upx/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> # TODO: unbundle lzma-sdk pkgname=upx -pkgver=3.93 -pkgrel=1 +pkgver=3.94 +pkgrel=0 pkgdesc="The Ultimate Packer for eXecutables" url="https://upx.github.io" arch="all !ppc64le" @@ -34,5 +34,5 @@ package() { install -D -m 0644 doc/upx.1 "$pkgdir"/usr/share/man/man1/upx.1 } -sha512sums="41c18c11601c78043a9ae22d87e73c173971b19b62207e7bf058e29a452456d802bf89931324afd3a9848018d1ef2007e0915b41cfb8a97a44d3cebb559cefad upx-3.93-src.tar.xz +sha512sums="b9e8e6e13b2a267a30a9c4e572243c4ebeff9600044193de38c84e8943e3cd30c9cdd7b270cc0bdf14c1078ac15250906238f8272cd97a7eb40f2588965c6151 upx-3.94-src.tar.xz a41dd8b8e9e884c78c410a49b4486963f6dd90759ba49eb05123e81b8e4fbe3d23af2ba5c2acf64218b7edeec7df0793b4030d1375c167a183a4d70d21addf50 0001-rm-broken-whitespace-check.patch" |