From 6e0e39fc9f7fe1a15b5f83fa0a3a873e6e834281 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Fri, 4 Feb 2011 15:38:37 +0000 Subject: [PATCH] testing/xz: upgrade to 5.0.1 --- testing/xz/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/xz/APKBUILD b/testing/xz/APKBUILD index b28637630885..da3784d39287 100644 --- a/testing/xz/APKBUILD +++ b/testing/xz/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xz -pkgver=5.0.0 +pkgver=5.0.1 pkgrel=0 pkgdesc="Library and command line tools for XZ and LZMA compressed files" url="http://tukaani.org/xz/" @@ -34,4 +34,4 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ } -md5sums="f3c0706d100ad2b6d63327584d026c50 xz-5.0.0.tar.gz" +md5sums="60044a5701997e4e0904257197208ea9 xz-5.0.1.tar.gz" -- GitLab