diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-09-13 08:48:28 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 19:56:12 -0300 |
commit | 1f89ca431e8a01f694f6d6b3cfff3f603a07ac33 (patch) | |
tree | b4a678f6838d3e3b2885ce96018b69e4b2be55cf | |
parent | 597e09dbe3e096267a4bfef50efa20f92d918cc7 (diff) | |
download | aports-1f89ca431e8a01f694f6d6b3cfff3f603a07ac33.tar.bz2 aports-1f89ca431e8a01f694f6d6b3cfff3f603a07ac33.tar.xz |
testing/libzim: upgrade to 6.0.1
- https://github.com/openzim/libzim/blob/master/ChangeLog 6.0.1
-rw-r--r-- | testing/libzim/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libzim/APKBUILD b/testing/libzim/APKBUILD index 56de883660..1c0f82aff7 100644 --- a/testing/libzim/APKBUILD +++ b/testing/libzim/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=libzim -pkgver=5.1.0 +pkgver=6.0.1 pkgrel=0 pkgdesc="Reference implementation of the ZIM file format" url="https://openzim.org/" @@ -34,4 +34,4 @@ package() { install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md } -sha512sums="119cc939ab08aa70c1f112e8bf5ba6289b750dc5eb8b7f27f58e3fb142ad8227b7e8aa9f925831eb819a4e5de1bc9e76c402dae4bd4f4603dc5dae0799dcda03 libzim-5.1.0.tar.gz" +sha512sums="a27b484baa570f24f86513477fe08a5dc3df7d1450c26f79f7d0a91524216db27750716dd62dac7e1bcb9ad5e0772759d225298365ecfdf2bd6fdf69213d7f48 libzim-6.0.1.tar.gz" |