diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2018-11-06 17:20:55 +0100 |
---|---|---|
committer | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2018-11-09 10:57:58 +0100 |
commit | 32bfce961b8b73e19b1d0f4804f6966572b8b0a3 (patch) | |
tree | bd5cc99df61ccff00be0a30509dc115078aff010 /libs/file | |
parent | af91fd70339dd863072eca1ed7cb5c05ecc1a80c (diff) |
libs: file: bump version to 5.35
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'libs/file')
-rw-r--r-- | libs/file/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/file/Makefile b/libs/file/Makefile index e631d957e..04a498f75 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=file -PKG_VERSION:=5.34 +PKG_VERSION:=5.35 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pkgs.fedoraproject.org/lookaside/pkgs/file/ \ +PKG_SOURCE_URL:=https://src.fedoraproject.org/lookaside/pkgs/file/ \ http://download.openpkg.org/components/cache/file/ \ ftp://ftp.astron.com/pub/file/ -PKG_HASH:=f15a50dbbfa83fec0bd1161e8e191b092ec832720e30cd14536e044ac623b20a +PKG_HASH:=30c45e817440779be7aac523a905b123cba2a6ed0bf4f5439e1e99ba940b5546 PKG_LICENSE:=BSD-2c PKG_LICENSE_FILES:=COPYING |