ImageMagick: update to 6.9.4.6.
This commit is contained in:
parent
11ad3770df
commit
b3da64a324
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
_majorver=6.9.4
|
||||
_patchver=5
|
||||
_patchver=6
|
||||
version=${_majorver}.${_patchver}
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||
|
@ -15,8 +15,9 @@ short_desc="Package for display and interactive manipulation of images"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.imagemagick.org/"
|
||||
license="ImageMagick"
|
||||
distfiles="ftp://sunsite.icm.edu.pl/packages/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||
checksum=39a65b8e2371db36cb63709dea0b15f08a6870f8ce6103432f068112d9513c5a
|
||||
#distfiles="ftp://sunsite.icm.edu.pl/packages/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||
distfiles="http://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz"
|
||||
checksum=c028642af5f4cbae864b4afd6ea96878191be64103ca9c7cc67612ec3cbb9dec
|
||||
|
||||
subpackages="libmagick libmagick-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue