diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-06-09 15:08:03 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-06-11 16:34:31 -0700 |
commit | ce55532f305dde04058020f2b25587f3f1095f76 (patch) | |
tree | bb3332bb3a03740e86a5c90e0cedaab586786486 /libs/file | |
parent | 496068bef9a93d1aa90399eda5fcb6ffdaac26f2 (diff) |
file: Update to 5.33
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/file')
-rw-r--r-- | libs/file/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libs/file/Makefile b/libs/file/Makefile index e35b98b38..f886d3184 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=file -PKG_VERSION:=5.25 -PKG_RELEASE:=2 +PKG_VERSION:=5.33 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://sources.lede-project.org/ \ http://pkgs.fedoraproject.org/lookaside/pkgs/file/ \ http://download.openpkg.org/components/cache/file/ \ ftp://ftp.astron.com/pub/file/ -PKG_HASH:=3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca +PKG_HASH:=1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6 PKG_LICENSE:=BSD-2c PKG_LICENSE_FILES:=COPYING @@ -86,9 +86,6 @@ define Package/file/install $(SED) "/^#/d" $(PKG_INSTALL_DIR)/usr/share/file/magic $(SED) "/^$$$$/d" $(PKG_INSTALL_DIR)/usr/share/file/magic $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/file/magic $(1)/usr/share/misc/ - - # For some reason both "magic" and "magic.mgc" MUST exist - ln -sf magic $(1)/usr/share/misc/magic.mgc endef define Package/libmagic/install |