aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-08-30 16:13:06 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-08-30 15:33:03 +0000
commitcc99fda21defa47c8bc07d4d02df0fbe84bb9a9f (patch)
tree176e0fe827d01bbbb0ec5b1d2dd686b27c77a2bf
parent3a38db0a27dfccb250d19783a597b4189f1aee77 (diff)
community/patchelf: upgrade to 0.12
-rw-r--r--community/patchelf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/patchelf/APKBUILD b/community/patchelf/APKBUILD
index 77a607585d7..631d7327200 100644
--- a/community/patchelf/APKBUILD
+++ b/community/patchelf/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Michael Koloberdin <koloberdin@gmail.com>
pkgname=patchelf
-pkgver=0.11
+pkgver=0.12
pkgrel=0
pkgdesc="Small utility to modify the dynamic linker and RPATH of ELF executables"
url="https://nixos.org/patchelf.html"
@@ -33,4 +33,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="b156bad513d5bac33aaf61d5f04d5a78efc81abf8c0ccb851f605e1137c21e671b4933263a47543daf5064db5e83c9afa836b1aea143fca7d8e6a18ebf96beb8 patchelf-0.11.tar.gz"
+sha512sums="2563a5b22b90392d5755d9a08022daf8570fa1b741becbbca92548d0a2f82f7ee21175a2c34816a4653c89c2219bf59b1440304b0fa2d49842e398ab18b9923c patchelf-0.12.tar.gz"