diff options
| author | Brett Koonce | 2014-05-20 23:43:45 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-05-21 12:00:46 -0700 | 
| commit | cf384f403f1a9b0ca05c955184d1010b5d164b14 (patch) | |
| tree | ab9d62f6e2ada119b866cccb7b6e39f898aa60ba /Library/Formula/feh.rb | |
| parent | eb40a6189d48a06a8703c1f302cc38cd304faba2 (diff) | |
| download | homebrew-cf384f403f1a9b0ca05c955184d1010b5d164b14.tar.bz2 | |
feh 2.12
Diffstat (limited to 'Library/Formula/feh.rb')
| -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}"  | 
