util-linux: update to 2.23.
This commit is contained in:
parent
cb29bf2d2a
commit
e0516955ac
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.22.2
|
||||
revision=9
|
||||
version=2.23
|
||||
revision=1
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.22/${pkgname}-${version}.tar.xz"
|
||||
checksum=929b517fa39b16a61ec536514e08940a381b92befc629d0348e3097920dd2f12
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.23/${pkgname}-${version}.tar.xz"
|
||||
checksum=b19b25b7cdb16ed3decc2228788193629e5bc912f042e66d0308616c44671531
|
||||
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.6_3"
|
||||
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.6_3 libcap-ng-devel"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool automake gettext-devel"
|
||||
|
|
Loading…
Reference in a new issue