diff options
| author | Adam Vandenberg | 2012-09-08 11:33:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-08 11:33:33 -0700 |
| commit | 3071cc5870ec6fa62f91970e8ff23bb88bc97c2b (patch) | |
| tree | 4f9e04c1beee1eb6f16de3718c0e503e29148be5 | |
| parent | 617cc91f64c8c5e47a9d70d9a1fbec68e7785e1d (diff) | |
| download | homebrew-3071cc5870ec6fa62f91970e8ff23bb88bc97c2b.tar.bz2 | |
vips 7.30.2
Closes #14808.
| -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 444dcf1a1..e33f73422 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/current/vips-7.30.1.tar.gz' - sha1 'ce1a419173f7df1e200a043200e3908349599f3b' + url 'http://www.vips.ecs.soton.ac.uk/supported/current/vips-7.30.2.tar.gz' + sha1 '5fac9ca28660bb3457290709988911b161239f8c' depends_on 'pkg-config' => :build depends_on :libpng |
