feh 2.12
This commit is contained in:
parent
3f7a7fc914
commit
01fa180551
1 changed files with 5 additions and 5 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue