diff options
Diffstat (limited to 'main/pax-utils')
-rw-r--r-- | main/pax-utils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/pax-utils/APKBUILD b/main/pax-utils/APKBUILD index ef10104363..c58a46a3b5 100644 --- a/main/pax-utils/APKBUILD +++ b/main/pax-utils/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pax-utils -pkgver=0.3.0 +pkgver=0.4 pkgrel=0 pkgdesc="ELF related utils for ELF 32/64 binaries" url="http://hardened.gentoo.org/pax-utils.xml" @@ -21,4 +21,4 @@ package() { make DESTDIR="$pkgdir/" install } -md5sums="f0c6577977472a327aa39adf1012f150 pax-utils-0.3.0.tar.xz" +md5sums="6dc41b8cfc8c0ed5e8272faa2f61cbdd pax-utils-0.4.tar.xz" |