diff options
| author | Mario Visic | 2012-09-02 18:06:23 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-02 11:35:46 -0700 |
| commit | d99db9103ef71f5bfd77cca0f803faa8a34a194a (patch) | |
| tree | 3cf75647290af68cacfa53821dd49a86a3978af2 | |
| parent | 173fe393a0d49118c24e29230006c8742569a298 (diff) | |
| download | homebrew-d99db9103ef71f5bfd77cca0f803faa8a34a194a.tar.bz2 | |
VIPS 7.30.1
Closes #14634.
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 b2aed8a25..444dcf1a1 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.0.tar.gz' - sha1 '65802fa3103b6892317e71e23163c5095b7d4244' + url 'http://www.vips.ecs.soton.ac.uk/supported/current/vips-7.30.1.tar.gz' + sha1 'ce1a419173f7df1e200a043200e3908349599f3b' depends_on 'pkg-config' => :build depends_on :libpng |
