patchelf: update to 0.14.5.
This commit is contained in:
parent
51ff9e7eb9
commit
ba482268b0
2 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'patchelf'
|
||||
pkgname=patchelf
|
||||
version=0.10
|
||||
version=0.14.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Utility for modifing existing ELF executables and libraries"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://nixos.org/patchelf.html"
|
||||
distfiles="https://nixos.org/releases/patchelf/patchelf-${version}/patchelf-${version}.tar.bz2"
|
||||
checksum=f670cd462ac7161588c28f45349bc20fb9bd842805e3f71387a320e7a9ddfcf3
|
||||
homepage="https://github.com/NixOS/patchelf"
|
||||
distfiles="${homepage}/releases/download/${version}/patchelf-${version}.tar.bz2"
|
||||
checksum=b9a46f2989322eb89fa4f6237e20836c57b455aa43a32545ea093b431d982f5c
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
site='https://nixos.org/releases/patchelf/'
|
||||
pattern='patchelf-\K[\d.]+(?=/</a>)'
|
Loading…
Reference in a new issue