patchelf: update to 0.9.

This commit is contained in:
Oliver Kiddle 2016-08-20 12:46:11 +02:00
parent a626997aad
commit eed3fe74b2
2 changed files with 5 additions and 3 deletions

View File

@ -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

2
srcpkgs/patchelf/update Normal file
View File

@ -0,0 +1,2 @@
site='https://nixos.org/releases/patchelf/'
pattern='patchelf-\K[\d.]+(?=/</a>)'