diff options
| author | John Cupitt | 2013-01-18 10:51:05 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-18 08:40:41 -0800 |
| commit | 9f0f2f47f0ce71b678c5181fa4e72c8dcde23c84 (patch) | |
| tree | 4be8ee6f05dfd33b76ff12e6aed37f7b2b2c3866 | |
| parent | 3023fa5471ba24827de4441969d57a290b897b1a (diff) | |
| download | homebrew-9f0f2f47f0ce71b678c5181fa4e72c8dcde23c84.tar.bz2 | |
vips 7.30.7
Closes #17166.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/vips.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vips.rb b/Library/Formula/vips.rb index cbb8430cd..70af83e83 100644 --- a/Library/Formula/vips.rb +++ b/Library/Formula/vips.rb @@ -2,8 +2,8 @@ require 'formula' class Vips < Formula homepage 'http://www.vips.ecs.soton.ac.uk/' - url 'http://www.vips.ecs.soton.ac.uk/supported/7.30/vips-7.30.6.tar.gz' - sha1 'f13aa134e39e2f6c126e393ff3ee841632defcb4' + url 'http://www.vips.ecs.soton.ac.uk/supported/7.30/vips-7.30.7.tar.gz' + sha1 '49713df2eaf774d51fc9cf734b2bb19859f9047d' depends_on 'pkg-config' => :build depends_on :libpng |
