pax-utils: update to 1.2.3.

This commit is contained in:
maxice8 2018-03-29 14:04:29 -03:00 committed by Enno Boland
parent 6ce2d70a7b
commit e421ea277e
2 changed files with 6 additions and 5 deletions

View File

@ -1,14 +1,15 @@
# Template file for 'pax-utils'
pkgname=pax-utils
version=1.2.2
version=1.2.3
revision=1
build_style=gnu-configure
configure_args="--with-caps"
hostmakedepends="pkg-config"
makedepends="libcap-devel"
checkdepends="python"
short_desc="PaX aware and related utilities for ELF binaries"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
license="GPL-2.0-only"
homepage="https://cgit.gentoo.org/proj/pax-utils.git/"
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
checksum=7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9
checksum=d231b1a34aea2b9205c24fada79a8251d4c3fbcce49367fc055fe43e4c9783b2

View File

@ -1,2 +1,2 @@
site="http://ftp.heanet.ie/disk1/gentoo-portage/app-misc/pax-utils/"
pattern='pax-utils-\K[\d.]+(?=.ebuild)'
site="https://cgit.gentoo.org/proj/pax-utils.git/refs/"
pattern="pax-utils-\K[\d\.]+(?=.tar\.(gz|bz2))"