diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-19 02:14:37 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-19 02:14:37 +0000 |
commit | 6fdc72e1f3f809fa544dd875ef92bc09924524f3 (patch) | |
tree | 35684722288195240007ead3be3661fcfef5ca03 /community/pngquant | |
parent | 8a56e7feacec5bcdac52c60398a4b694a187865f (diff) | |
download | aports-6fdc72e1f3f809fa544dd875ef92bc09924524f3.tar.bz2 aports-6fdc72e1f3f809fa544dd875ef92bc09924524f3.tar.xz |
community/pngquant: upgrade to 2.11.7
Diffstat (limited to 'community/pngquant')
-rw-r--r-- | community/pngquant/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pngquant/APKBUILD b/community/pngquant/APKBUILD index b84b228768..f7a071c6be 100644 --- a/community/pngquant/APKBUILD +++ b/community/pngquant/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=pngquant -pkgver=2.11.2 -pkgrel=1 +pkgver=2.11.7 +pkgrel=0 pkgdesc="Lossy PNG compressor" url="https://pngquant.org/" arch="all" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="2ef2f45b3bc67dfa178083321299dcdc47bc83e1165cf73f3104ae1d716a7756b721ad20e40583448667461ca8e96b8080c5f47707892ab049fcc471a739833f pngquant-2.11.2-src.tar.gz" +sha512sums="5325577dcb16acf5dff81a5f3bcf8cfa2a12df07a7c2308ebb9a343b74e56ea21184ed3f87819122c8bb97b4a7ffd3b61046c60f7f339da9a93e76dfa17ebee6 pngquant-2.11.7-src.tar.gz" |