diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-06-14 12:51:49 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 17:11:23 -0300 |
commit | 97ed57394aa3324ded74b19200e945ca947f0390 (patch) | |
tree | e9dd1d72e230130489e0e534f3237c50000d247b /testing/zim-tools | |
parent | b83229c27b3a12d1e5735bcc88356bac68482ef0 (diff) | |
download | aports-97ed57394aa3324ded74b19200e945ca947f0390.tar.bz2 aports-97ed57394aa3324ded74b19200e945ca947f0390.tar.xz |
testing/zim-tools: upgrade to 1.0.2
- License remove
Diffstat (limited to 'testing/zim-tools')
-rw-r--r-- | testing/zim-tools/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/zim-tools/APKBUILD b/testing/zim-tools/APKBUILD index aeb15b0fcd..448711bcac 100644 --- a/testing/zim-tools/APKBUILD +++ b/testing/zim-tools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=zim-tools -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=0 pkgdesc="Various ZIM command line tools" url="https://github.com/openzim/zim-tools" @@ -28,8 +28,7 @@ build() { package() { DESTDIR="$pkgdir" ninja -C build install - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" } -sha512sums="0a4194d25740da3bf6b455e29a8d1c498ac29c7a90060790c4221c6024de90f87c6de11fbf6bee5c14e7d1b80340241d185bd231adac3a761c77568c038dfc2f zim-tools-1.0.1.tar.gz" +sha512sums="5bf12fed0d0768e769b2ede4fa46b6ad50c93889e68c04ba51c49bdced3daba8798fe0730a6d432b9e29fae587958e1fcc3b5126e9ddfdc50303df887ce34ba8 zim-tools-1.0.2.tar.gz" |