Closes Homebrew/homebrew#22419.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Adam Stankiewicz 2013-09-09 18:56:24 +02:00 committed by Mike McQuaid
parent 10168e083a
commit 9b6628c7b2
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ require 'formula'
class Sic < Formula
homepage 'http://tools.suckless.org/sic'
url 'http://dl.suckless.org/tools/sic-1.1.tar.gz'
sha1 '816d522758f6d04e6af6b7396c8077c32b2ddfb2'
url 'http://dl.suckless.org/tools/sic-1.2.tar.gz'
sha1 'a91a603d536ae9cff9a806d6b2737053d262e722'
head 'http://hg.suckless.org/sic', :using => :hg
head 'http://git.suckless.org/sic', :using => :git
def install
system "make", "PREFIX=#{prefix}", "install"