file: update to 5.26.
This commit is contained in:
parent
054a73caf2
commit
8d70065a8f
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'file'
|
||||
pkgname=file
|
||||
version=5.25
|
||||
version=5.26
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -9,9 +9,13 @@ makedepends="zlib-devel"
|
|||
short_desc="File type identification utility"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.darwinsys.com/file/"
|
||||
license="BSD"
|
||||
license="2-clause-BSD"
|
||||
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
|
||||
checksum=3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca
|
||||
checksum=2ef32b4ec936b0ff7b59a021dce56086a716663b6df1138c7ea597d396bf50cf
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libmagic_package() {
|
||||
short_desc="File type identification library"
|
||||
|
|
Loading…
Reference in a new issue