Bump ImageMagick version
This commit is contained in:
parent
6c4bac2ed8
commit
7905b50dcb
@ -3,8 +3,9 @@
|
|||||||
class Imagemagick(Package):
|
class Imagemagick(Package):
|
||||||
"""ImageMagick is a image processing library"""
|
"""ImageMagick is a image processing library"""
|
||||||
homepage = "http://www.imagemagic.org"
|
homepage = "http://www.imagemagic.org"
|
||||||
url = "http://www.imagemagick.org/download/ImageMagick-6.8.9-9.tar.gz"
|
url = "http://www.imagemagick.org/download/ImageMagick-6.8.9-10.tar.gz"
|
||||||
|
|
||||||
|
version('6.8.9-10', 'aa050bf9785e571c956c111377bbf57c')
|
||||||
version('6.8.9-9', 'e63fed3e3550851328352c708f800676')
|
version('6.8.9-9', 'e63fed3e3550851328352c708f800676')
|
||||||
|
|
||||||
depends_on('libtool')
|
depends_on('libtool')
|
||||||
|
Loading…
Reference in New Issue
Block a user