From 987516506170ccb783081ba9427ad428c2fc604b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 20 Feb 2019 19:32:21 -0300 Subject: [PATCH] tarlz upgraded to version 0.11. This version has multithread support for create tarball files --- recipes/tools/tarlz/recipe | 4 ++-- sources/SOURCELIST.txt | 2 +- sources/tarlz-0.10a.tar.lz.sha256 | 1 - sources/tarlz-0.11.tar.lz.sha256 | 1 + stages/1/15-tarlz | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 sources/tarlz-0.10a.tar.lz.sha256 create mode 100644 sources/tarlz-0.11.tar.lz.sha256 diff --git a/recipes/tools/tarlz/recipe b/recipes/tools/tarlz/recipe index d4567d67..6b8429d9 100644 --- a/recipes/tools/tarlz/recipe +++ b/recipes/tools/tarlz/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=tarlz -version=0.10a +version=0.11 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -24,7 +24,7 @@ outdir="${outdir}/${arch}/tools" tarname=${program}-${version}.tar.lz # Remote source(s) -fetch=http://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.10a.tar.lz +fetch=http://download.savannah.gnu.org/releases/lzip/tarlz/$tarname homepage=http://lzip.nongnu.org/tarlz.html license=GPLv2+ diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index e541afcf..1deb0585 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -466,5 +466,5 @@ http://www.x.org/releases/individual/xserver/xorg-server-1.20.3.tar.bz2 http://xkbcommon.org/download/libxkbcommon-0.8.2.tar.xz http://xmlsoft.org/sources/libxml2-2.9.9.tar.gz http://xmlsoft.org/sources/libxslt-1.1.33.tar.gz -http://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.10a.tar.lz +http://download.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.11.tar.lz http://espejito.fder.edu.uy/gnu/help2man/help2man-1.47.8.tar.xz diff --git a/sources/tarlz-0.10a.tar.lz.sha256 b/sources/tarlz-0.10a.tar.lz.sha256 deleted file mode 100644 index 9d2bd146..00000000 --- a/sources/tarlz-0.10a.tar.lz.sha256 +++ /dev/null @@ -1 +0,0 @@ -b4d344f557da3f06f71b6c2f4188148a3b81f58bf6b159d99e8e6951ddc17dd4 tarlz-0.10a.tar.lz diff --git a/sources/tarlz-0.11.tar.lz.sha256 b/sources/tarlz-0.11.tar.lz.sha256 new file mode 100644 index 00000000..cd9e4d72 --- /dev/null +++ b/sources/tarlz-0.11.tar.lz.sha256 @@ -0,0 +1 @@ +3da95131eadea5f60349a0ece22adc93ed6fe46cbfbe507d0b253aa265945e59 tarlz-0.11.tar.lz diff --git a/stages/1/15-tarlz b/stages/1/15-tarlz index cf5d0697..f06d1a89 100755 --- a/stages/1/15-tarlz +++ b/stages/1/15-tarlz @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=0.10a +version=0.11 cd -- "$TMPDIR" rm -rf tarlz-${version} -- 2.11.4.GIT