diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-02-15 15:09:41 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-15 21:18:09 +0100 |
commit | ac82e0ebada7efef4d7fbc4ce3de4748808c00b4 (patch) | |
tree | 91143b551ac1701c39b1b878ecba0e3b8b49ab90 | |
parent | 6e833d3065a17d200e0d9e2bfa285d8e4467d095 (diff) | |
download | buildroot-ac82e0ebada7efef4d7fbc4ce3de4748808c00b4.tar.gz buildroot-ac82e0ebada7efef4d7fbc4ce3de4748808c00b4.zip |
file: bump to version 5.30
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/file/file.hash | 2 | ||||
-rw-r--r-- | package/file/file.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/file/file.hash b/package/file/file.hash index 9a4c9f1197..3fafff8e7b 100644 --- a/package/file/file.hash +++ b/package/file/file.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 ea661277cd39bf8f063d3a83ee875432cc3680494169f952787e002bdd3884c0 file-5.29.tar.gz +sha256 694c2432e5240187524c9e7cf1ec6acc77b47a0e19554d34c14773e43dbbf214 file-5.30.tar.gz diff --git a/package/file/file.mk b/package/file/file.mk index 3309c95fa8..ea0d0ecab5 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,7 +4,7 @@ # ################################################################################ -FILE_VERSION = 5.29 +FILE_VERSION = 5.30 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib HOST_FILE_DEPENDENCIES = host-zlib |