aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2018-01-26 14:27:37 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 10:03:02 +0000
commit2b6d49484a69b7f398786b502412105d389becff (patch)
treedac4abc78f2822028e33d70efcc8372a63972c76 /community
parentef195456e5f5f4450b2f81394583461358dc4e4f (diff)
downloadaports-2b6d49484a69b7f398786b502412105d389becff.tar.bz2
aports-2b6d49484a69b7f398786b502412105d389becff.tar.xz
community/imagemagick6: Upgrade to 6.9.9-34.
Changes: - Support aspect ratio geometry, e.g. -crop 3:2. - Add support for reading the HEIC image format. - Fix IM build when HEIC is enabled. - Fixed numerous memory leaks, credit to OSS Fuzz. It's worth to note that upstream sadly removes tarballs of old releases, so for instance ImageMagick-6.9.9-33.tar.xz is no longer available.
Diffstat (limited to 'community')
-rw-r--r--community/imagemagick6/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/imagemagick6/APKBUILD b/community/imagemagick6/APKBUILD
index 6676ef0e8e..ac66473136 100644
--- a/community/imagemagick6/APKBUILD
+++ b/community/imagemagick6/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=imagemagick6
_pkgname=ImageMagick
-pkgver=6.9.9.33
+pkgver=6.9.9.34
_pkgver=${pkgver%.*}-${pkgver##*.}
_abiver=${pkgname#imagemagick}
pkgrel=0
@@ -106,4 +106,4 @@ _cxx() {
mv "$pkgdir"/usr/lib/libMagick++*.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="5edbb508d18f9f80be2630bc4f7682b325a189cffa3b8ced337ce932f5f39f4517307afb190df8ebf588e7338d4779fc23a660eb0294e2411aaa90b59327dd80 ImageMagick-6.9.9-33.tar.xz"
+sha512sums="02ade120faa7946072dfc3e713b631755d29a020433f1a8213f439a9cfdd4b01dac423abec8adfc9de4d05734e54cdea4fbc07105c203371c117fd787805cfc9 ImageMagick-6.9.9-34.tar.xz"