diff options
| -rw-r--r-- | Library/Formula/feh.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/feh.rb b/Library/Formula/feh.rb index 7953c47ef..6e9032031 100644 --- a/Library/Formula/feh.rb +++ b/Library/Formula/feh.rb @@ -1,12 +1,12 @@ -require 'formula' +require "formula" class Feh < Formula - homepage 'http://feh.finalrewind.org/' - url 'http://feh.finalrewind.org/feh-2.10.tar.bz2' - sha1 '38b472f2a3222e287269a0719c7ead383f1cb8a5' + homepage "http://feh.finalrewind.org/" + url "http://feh.finalrewind.org/feh-2.12.tar.bz2" + sha1 "30eb2b778858b1f4ce97e44c8225758185b0c588" depends_on :x11 - depends_on 'giblib' => :build + depends_on "giblib" => :build def install system "make", "PREFIX=#{prefix}" |
