From 1be0aecbf5cd72697965cdcdcc2c145611de7ab1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 18 May 2019 08:43:28 -0300 Subject: [PATCH] tarlz upgraded to version 0.15 --- recipes/tools/tarlz/recipe | 2 +- sources/SOURCELIST.txt | 2 +- sources/tarlz-0.13.tar.lz.sha256 | 1 - sources/tarlz-0.15.tar.lz.sha256 | 1 + stages/1/14-tarlz | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sources/tarlz-0.13.tar.lz.sha256 create mode 100644 sources/tarlz-0.15.tar.lz.sha256 diff --git a/recipes/tools/tarlz/recipe b/recipes/tools/tarlz/recipe index 42d00353..c6936632 100644 --- a/recipes/tools/tarlz/recipe +++ b/recipes/tools/tarlz/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=tarlz -version=0.13 +version=0.15 release=1 # Set 'outdir' for a nice and well-organized output directory diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 97fa0daa..d70c9a55 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -54,7 +54,7 @@ http://distfiles.dereferenced.org/pkgconf/pkgconf-1.5.4.tar.gz http://dl.2f30.org/releases/scron-0.4.tar.gz http://dl.suckless.org/st/st-0.8.1.tar.gz http://dl.suckless.org/tools/dmenu-4.8.tar.gz -http://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.13.tar.lz +http://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.15.tar.lz http://download-mirror.savannah.gnu.org/releases/lzip/xlunzip/xlunzip-0.4.tar.lz http://download.gnome.org/sources/glib/2.58/glib-2.58.3.tar.xz http://download.gnome.org/sources/libgudev/232/libgudev-232.tar.xz diff --git a/sources/tarlz-0.13.tar.lz.sha256 b/sources/tarlz-0.13.tar.lz.sha256 deleted file mode 100644 index 1a00b901..00000000 --- a/sources/tarlz-0.13.tar.lz.sha256 +++ /dev/null @@ -1 +0,0 @@ -3fe238913147625e535490108a05e5d5fc6f3a254490b16f0a97e47fd4f85cea tarlz-0.13.tar.lz diff --git a/sources/tarlz-0.15.tar.lz.sha256 b/sources/tarlz-0.15.tar.lz.sha256 new file mode 100644 index 00000000..e44b49ae --- /dev/null +++ b/sources/tarlz-0.15.tar.lz.sha256 @@ -0,0 +1 @@ +f2892fd75950f55b8fbb87a40bb049ae312a93785dee1ffb4b5f6e397538ae2c tarlz-0.15.tar.lz diff --git a/stages/1/14-tarlz b/stages/1/14-tarlz index 7d4c04f0..086bb2af 100755 --- a/stages/1/14-tarlz +++ b/stages/1/14-tarlz @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=0.13 +version=0.15 cd -- "$TMPDIR" rm -rf tarlz-${version} -- 2.11.4.GIT