diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2019-06-09 17:06:00 +0200 |
---|---|---|
committer | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2019-06-09 17:06:31 +0200 |
commit | ad02d39e8538bbec889b3245c4798422cb34b1c6 (patch) | |
tree | 6f75b168a006071f6330a90553f230345e3a18ba /libs/file | |
parent | 1c4b6fef5f57364d65fda1c1e072cc960e9d3dfb (diff) |
libs: file: bump to 5.37
Simple version bump from 5.36 to 5.37
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'libs/file')
-rw-r--r-- | libs/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/file/Makefile b/libs/file/Makefile index 8fceca7e8..d18ca7b94 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=file -PKG_VERSION:=5.36 +PKG_VERSION:=5.37 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/ \ ftp://ftp.astron.com/pub/file/ -PKG_HASH:=fb608290c0fd2405a8f63e5717abf6d03e22e183fb21884413d1edd918184379 +PKG_HASH:=e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f PKG_LICENSE:=BSD-2c PKG_LICENSE_FILES:=COPYING |