ImageMagick: update to 7.0.11.12.
This commit is contained in:
parent
32282ffa64
commit
235cce1dc8
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
_majorver=7.0.11
|
||||
_patchver=6
|
||||
version="${_majorver}.${_patchver}"
|
||||
version=7.0.11.12
|
||||
revision=1
|
||||
_majorver=${version%.*}
|
||||
_patchver=${version##*.}
|
||||
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=8adc1605784653b078572b825e8cd1d3d54f8a1b4ba86b32ca253c038f7e4c37
|
||||
checksum=b4054e9f6b6692791f37fe6f2ab5819152210e6628e69a8dbd66a41320c3c9d3
|
||||
|
||||
subpackages="libmagick libmagick-devel"
|
||||
|
||||
|
|
Loading…
Reference in a new issue