From 31708fe8beafe54ccb036694f41d998dca2befa4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 15 Aug 2012 06:26:06 +0000 Subject: [PATCH] main/pax-utils: upgrade to 0.4 --- main/pax-utils/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/pax-utils/APKBUILD b/main/pax-utils/APKBUILD index ef101043633..c58a46a3b51 100644 --- a/main/pax-utils/APKBUILD +++ b/main/pax-utils/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa 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"