From 3f3eda645b338db8c7e330e7600acf65b84b7e4c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 7 Aug 2018 22:54:01 -0700 Subject: [PATCH] file: Update to 5.34 Get rid of autoreconf to speed up build. Fixed project URL. Signed-off-by: Rosen Penev --- libs/file/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/libs/file/Makefile b/libs/file/Makefile index d7f1f2582..e631d957e 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -8,20 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=file -PKG_VERSION:=5.33 -PKG_RELEASE:=2 +PKG_VERSION:=5.34 +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/ \ +PKG_SOURCE_URL:=https://pkgs.fedoraproject.org/lookaside/pkgs/file/ \ http://download.openpkg.org/components/cache/file/ \ ftp://ftp.astron.com/pub/file/ -PKG_HASH:=1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6 +PKG_HASH:=f15a50dbbfa83fec0bd1161e8e191b092ec832720e30cd14536e044ac623b20a PKG_LICENSE:=BSD-2c PKG_LICENSE_FILES:=COPYING -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -29,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/file/Default TITLE:=File type determination - URL:=ftp://ftp.astron.com/pub/file/ + URL:=https://darwinsys.com/file/ MAINTAINER:=Marko Ratkaj endef