diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-06-25 18:37:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 18:37:45 -0700 |
commit | b867631f7cde40cc2cdd65343936e931a315bd7a (patch) | |
tree | 6428734a1055a83e8b51ffe7557b04a9ff668694 | |
parent | 91f04a50bd55e3bcec91ca22eddb2831d08bf5ad (diff) | |
parent | ea07a18d2fa795ead92bf2ef99be1b3cccbcf256 (diff) |
Merge pull request #12600 from neheb/file
file: update to 5.39
-rw-r--r-- | libs/file/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libs/file/Makefile b/libs/file/Makefile index 1b37784f9..34d02743f 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -8,14 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=file -PKG_VERSION:=5.38 -PKG_RELEASE:=2 +PKG_VERSION:=5.39 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://src.fedoraproject.org/lookaside/pkgs/file/ \ - http://download.openpkg.org/components/cache/file/ \ +PKG_SOURCE_URL:=http://download.openpkg.org/components/cache/file/ \ ftp://ftp.astron.com/pub/file/ -PKG_HASH:=593c2ffc2ab349c5aea0f55fedfe4d681737b6b62376a9b3ad1e77b2cc19fa34 +PKG_HASH:=f05d286a76d9556243d0cb05814929c2ecf3a5ba07963f8f70bfaaa70517fad1 PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> PKG_LICENSE:=BSD-2-Clause |