diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-05-19 09:59:24 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-19 15:47:46 +0000 |
commit | 753fa8d765c7a4edb76f11b1995f84cdcb45bce5 (patch) | |
tree | 3abfae2b91e4cdd4c3dc434c8156482ced3bec38 | |
parent | faa868333c92b34790682af20d71ec4cf923687c (diff) |
main/pax-utils: upgrade to 1.2.6
-rw-r--r-- | main/pax-utils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/pax-utils/APKBUILD b/main/pax-utils/APKBUILD index 72e78fa672f..6a95c7f5182 100644 --- a/main/pax-utils/APKBUILD +++ b/main/pax-utils/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pax-utils -pkgver=1.2.5 -pkgrel=2 +pkgver=1.2.6 +pkgrel=0 pkgdesc="ELF related utils for ELF 32/64 binaries" url="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities" arch="all" @@ -40,4 +40,4 @@ _scanelf() { mv "$pkgdir"/usr/bin/scanelf "$subpkgdir"/usr/bin/ } -sha512sums="bf2f47393a66b4218eba7981100fc6936c7c9d6d98970f5337e7b3097ce6f7b2ca13de486ff7450e4395b74ba2308d37105508234f323230376ec5814cfe54f9 pax-utils-1.2.5.tar.xz" +sha512sums="59fe16c5573414aa2952a99c5b85c16cf10dbbee76943f263d31d5b1aa8818a9b00fa78c8b6dadbe02216de54fc32b26d80303a17e2d854de6bb9dd8b431f617 pax-utils-1.2.6.tar.xz" |