diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-04-17 11:51:14 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-04-17 21:37:21 +0200 |
| commit | da400ee5e1e71f1e7389c1d397ccfd875116123b (patch) | |
| tree | d456ce6a03c9e07d23587723e41e4a83f8b85e4c /package/file | |
| parent | a99de14d1f216d81b17bbc31daa0a1e2854ed683 (diff) | |
| download | buildroot-da400ee5e1e71f1e7389c1d397ccfd875116123b.tar.gz buildroot-da400ee5e1e71f1e7389c1d397ccfd875116123b.zip | |
file: bump to version 5.26
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/file')
| -rw-r--r-- | package/file/file.hash | 2 | ||||
| -rw-r--r-- | package/file/file.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package/file/file.hash b/package/file/file.hash index 2eac7a57e3..2c53af1dce 100644 --- a/package/file/file.hash +++ b/package/file/file.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca file-5.25.tar.gz +sha256 2ef32b4ec936b0ff7b59a021dce56086a716663b6df1138c7ea597d396bf50cf file-5.26.tar.gz diff --git a/package/file/file.mk b/package/file/file.mk index 4d13547ef7..282b2da080 100644 --- a/package/file/file.mk +++ b/package/file/file.mk @@ -4,9 +4,10 @@ # ################################################################################ -FILE_VERSION = 5.25 +FILE_VERSION = 5.26 FILE_SITE = ftp://ftp.astron.com/pub/file FILE_DEPENDENCIES = host-file zlib +FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99' FILE_INSTALL_STAGING = YES FILE_LICENSE = BSD-2c, one file BSD-4c, one file BSD-3c FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c |

