diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-18 22:31:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-18 22:33:10 +0100 |
commit | cbb6e00973c50aed96cbb995a6547f7ed430e064 (patch) | |
tree | cb5135f53b63577521e238321bf1801641073539 /package/file/Makefile | |
parent | bacab0ae7c147fbfe436c1cac3b60b565bffeadf (diff) |
file: update to 5.30
Diffstat (limited to 'package/file/Makefile')
-rw-r--r-- | package/file/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/file/Makefile b/package/file/Makefile index eb7cb98e5..437c6c19c 100644 --- a/package/file/Makefile +++ b/package/file/Makefile @@ -4,16 +4,15 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= file -PKG_VERSION:= 5.29 +PKG_VERSION:= 5.30 PKG_RELEASE:= 1 -PKG_HASH:= ea661277cd39bf8f063d3a83ee875432cc3680494169f952787e002bdd3884c0 +PKG_HASH:= 694c2432e5240187524c9e7cf1ec6acc77b47a0e19554d34c14773e43dbbf214 PKG_DESCR:= file type guesser PKG_SECTION:= sys/utils PKG_BUILDDEP:= file-host PKG_DEPENDS:= libmagic magic PKG_URL:= http://www.darwinsys.com/file -PKG_SITES:= ftp://ftp.fu-berlin.de/unix/tools/file/ \ - ftp://ftp.astron.com/pub/file/ +PKG_SITES:= ftp://ftp.astron.com/pub/file/ PKG_LIBNAME:= libmagic PKG_OPTS:= dev |