diff options
-rw-r--r-- | main/xz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xz/APKBUILD b/main/xz/APKBUILD index da3784d392..266335b6c8 100644 --- a/main/xz/APKBUILD +++ b/main/xz/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xz -pkgver=5.0.1 +pkgver=5.0.2 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="60044a5701997e4e0904257197208ea9 xz-5.0.1.tar.gz" +md5sums="03d139cc14294fd45504989b914335ff xz-5.0.2.tar.gz" |