ImageMagick6: update to 6.9.12.12.

This commit is contained in:
Johannes 2021-05-17 20:49:50 +02:00 committed by Johannes
parent 235cce1dc8
commit 8f5e829fdb

View file

@ -1,9 +1,9 @@
# Template file for 'ImageMagick6'
pkgname=ImageMagick6
_majorver=6.9.12
_patchver=7
version="${_majorver}.${_patchver}"
version=6.9.12.12
revision=1
_majorver=${version%.*}
_patchver=${version##*.}
wrksrc="${pkgname}-${_majorver}-${_patchver}"
build_style=gnu-configure
configure_args="--without-autotrace --with-wmf=yes
@ -20,7 +20,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
license="ImageMagick"
homepage="https://www.imagemagick.org/"
distfiles="https://github.com/ImageMagick/ImageMagick6/archive/${_majorver}-${_patchver}.tar.gz"
checksum=6abbd6afe7130edba7652a49c03a699657d6a71cf631a3c82014a31c8f93996d
checksum=2a5edb741828cacf42e07344a0aa7141dc657bf9dcfad6f6cd3e2774afeea47d
keep_libtool_archives=yes
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"