From 7eb473be351f1f6ce63d541eff3341cd12606039 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 20 Feb 2019 19:42:33 -0300 Subject: [PATCH] file upgraded to version 5.36 --- recipes/tools/file/recipe | 4 ++-- sources/SOURCELIST.txt | 2 +- sources/file-5.35.tar.gz.sha256 | 1 - sources/file-5.36.tar.gz.sha256 | 1 + stages/1/06-file | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sources/file-5.35.tar.gz.sha256 create mode 100644 sources/file-5.36.tar.gz.sha256 diff --git a/recipes/tools/file/recipe b/recipes/tools/file/recipe index 188f4a70..050756af 100644 --- a/recipes/tools/file/recipe +++ b/recipes/tools/file/recipe @@ -1,6 +1,6 @@ # Build recipe for file. # -# Copyright (c) 2016-2018 Matias Fonzo, . +# Copyright (c) 2016-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. program=file -version=5.35 +version=5.36 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index e80dd49d..d9a5ae50 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -3,7 +3,7 @@ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-3.6.2.tar.gz ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.8.tar.bz2 ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-1.1.8.tar.bz2 ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.1.8.tar.bz2 -ftp://ftp.astron.com/pub/file/file-5.35.tar.gz +ftp://ftp.astron.com/pub/file/file-5.36.tar.gz ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.42.tar.bz2 ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.bz2 ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2018.04.16-0.tar.bz2 diff --git a/sources/file-5.35.tar.gz.sha256 b/sources/file-5.35.tar.gz.sha256 deleted file mode 100644 index 2719d6db..00000000 --- a/sources/file-5.35.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -30c45e817440779be7aac523a905b123cba2a6ed0bf4f5439e1e99ba940b5546 file-5.35.tar.gz diff --git a/sources/file-5.36.tar.gz.sha256 b/sources/file-5.36.tar.gz.sha256 new file mode 100644 index 00000000..6eeb38ca --- /dev/null +++ b/sources/file-5.36.tar.gz.sha256 @@ -0,0 +1 @@ +fb608290c0fd2405a8f63e5717abf6d03e22e183fb21884413d1edd918184379 file-5.36.tar.gz diff --git a/stages/1/06-file b/stages/1/06-file index 33283147..5ae06042 100755 --- a/stages/1/06-file +++ b/stages/1/06-file @@ -1,6 +1,6 @@ # Build script for file. # -# Copyright (c) 2014-2018 Matias Fonzo, . +# Copyright (c) 2014-2019 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=5.35 +version=5.36 cd -- "$TMPDIR" rm -rf file-${version} -- 2.11.4.GIT