ImageMagick: update to 7.0.10.35.

This commit is contained in:
Johannes 2020-11-02 22:17:43 +01:00
parent b1fe5a0a12
commit a6948ef719

View file

@ -1,9 +1,9 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
_majorver=7.0.10
_patchver=34
_patchver=35
version="${_majorver}.${_patchver}"
revision=2
revision=1
wrksrc="${pkgname}-${_majorver}-${_patchver}"
build_style=gnu-configure
configure_args="--without-autotrace --with-wmf=yes
@ -21,7 +21,7 @@ license="ImageMagick"
homepage="https://www.imagemagick.org/"
changelog="https://imagemagick.org/script/changelog.php"
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
checksum=0202a99644785f0bd9de611bb3141fbf579d707eea2dd8706165c9be8160966d
checksum=fca8e29822ac97b5de755d8809ffccc6585df4c4dde61f93d13ce2bd269982b7
subpackages="libmagick libmagick-devel"