diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-10 14:40:08 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-10 20:25:01 +0200 |
commit | 4a35ee875f92dfbf8a9e81d28969dc5e9c9968b8 (patch) | |
tree | 76c6af60f45681b680351bc538badf8509fcee09 | |
parent | 72688a00d501f9c6809e6c054562aa7625600d10 (diff) | |
download | buildroot-4a35ee875f92dfbf8a9e81d28969dc5e9c9968b8.tar.gz buildroot-4a35ee875f92dfbf8a9e81d28969dc5e9c9968b8.zip |
file: bump to version 5.24
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 a0617838d3..28f071db4f 100644 --- a/package/file/file.hash +++ b/package/file/file.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 2c8ab3ff143e2cdfb5ecee381752f80a79e0b4cfe9ca4cc6e1c3e5ec15e6157c file-5.23.tar.gz +sha256 802cb3de2e49e88ef97cdcb52cd507a0f25458112752e398445cea102bc750ce file-5.24.tar.gz diff --git a/package/file/file.mk b/package/file/file.mk index 4baa393410..f3b09ec6b9 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,7 +4,7 @@ # ################################################################################ -FILE_VERSION = 5.23 +FILE_VERSION = 5.24 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib FILE_INSTALL_STAGING = YES |