file: update to 5.33.
This commit is contained in:
parent
89a9e99d2c
commit
ec08b38a27
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'file'
|
# Template file for 'file'
|
||||||
pkgname=file
|
pkgname=file
|
||||||
version=5.32
|
version=5.33
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -8,10 +8,10 @@ configure_args="--enable-static"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="File type identification utility"
|
short_desc="File type identification utility"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
homepage="http://www.darwinsys.com/file/"
|
homepage="http://www.darwinsys.com/file/"
|
||||||
license="2-clause-BSD"
|
|
||||||
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
|
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
|
||||||
checksum=8639dc4d1b21e232285cd483604afc4a6ee810710e00e579dbe9591681722b50
|
checksum=1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX cross compilation needs exactly the same version for the host
|
# XXX cross compilation needs exactly the same version for the host
|
||||||
|
|
Loading…
Reference in New Issue