diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-04 15:38:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-04 15:38:37 +0000 |
commit | 6e0e39fc9f7fe1a15b5f83fa0a3a873e6e834281 (patch) | |
tree | cd8e18c3e4f7677abff7220fdd77dea757258ca7 /testing | |
parent | fe29fb518027fc866e75176207c4aa0b6dd375c0 (diff) | |
download | aports-6e0e39fc9f7fe1a15b5f83fa0a3a873e6e834281.tar.bz2 aports-6e0e39fc9f7fe1a15b5f83fa0a3a873e6e834281.tar.xz |
testing/xz: upgrade to 5.0.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xz/APKBUILD b/testing/xz/APKBUILD index b286376308..da3784d392 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" |