patchelf: update to 0.10.
This commit is contained in:
parent
5e114c2ab9
commit
a1c7e8ebc4
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'patchelf'
|
||||
pkgname=patchelf
|
||||
version=0.9
|
||||
revision=2
|
||||
build_style="gnu-configure"
|
||||
version=0.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Utility for modifing existing ELF executables and libraries"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
homepage="http://nixos.org/patchelf.html"
|
||||
distfiles=https://nixos.org/releases/patchelf/patchelf-${version}/patchelf-${version}.tar.bz2
|
||||
checksum=a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue