ImageMagick 6.7.1-1
Also change to a different unofficial git mirror.
This commit is contained in:
parent
f81908f9c7
commit
81fc18a97c
1 changed files with 3 additions and 6 deletions
|
@ -29,13 +29,10 @@ class Imagemagick < Formula
|
||||||
# Using an unofficial Git mirror to work around:
|
# Using an unofficial Git mirror to work around:
|
||||||
# * Stable tarballs disappearing
|
# * Stable tarballs disappearing
|
||||||
# * Bad https cert on official SVN repo
|
# * Bad https cert on official SVN repo
|
||||||
# Send update requests to https://github.com/adamv/ImageMagick
|
url 'https://github.com/trevor/ImageMagick/tarball/6.7.1-1'
|
||||||
# Be sure to include the ImageMagick SVN revision # for the new version.
|
md5 '9c71dfbddc42b78a0d8db8acdb534d37'
|
||||||
url 'https://github.com/adamv/ImageMagick.git',
|
|
||||||
:tag => '6.6.9-4'
|
|
||||||
version '6.6.9-4'
|
|
||||||
homepage 'http://www.imagemagick.org'
|
homepage 'http://www.imagemagick.org'
|
||||||
head 'https://github.com/adamv/ImageMagick.git'
|
head 'https://github.com/trevor/ImageMagick.git'
|
||||||
|
|
||||||
depends_on 'jpeg'
|
depends_on 'jpeg'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue