patchelf: update to 0.9.
This commit is contained in:
parent
a626997aad
commit
eed3fe74b2
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'patchelf'
|
||||
pkgname=patchelf
|
||||
version=0.8
|
||||
revision=3
|
||||
version=0.9
|
||||
revision=1
|
||||
build_style="gnu-configure"
|
||||
short_desc="Utility for modifing existing ELF executables and libraries"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://nixos.org/patchelf.html"
|
||||
distfiles="http://releases.nixos.org/patchelf/patchelf-${version}/patchelf-${version}.tar.bz2"
|
||||
checksum=c99f84d124347340c36707089ec8f70530abd56e7827c54d506eb4cc097a17e7
|
||||
checksum=a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site='https://nixos.org/releases/patchelf/'
|
||||
pattern='patchelf-\K[\d.]+(?=/</a>)'
|
Loading…
Reference in New Issue