stgit 0.16

Closes Homebrew/homebrew#12866.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Eric Naeseth 2012-06-15 14:37:50 -07:00 committed by Jack Nagel
parent 28939805f9
commit c396c7d74c

View file

@ -1,9 +1,9 @@
require 'formula'
class Stgit < Formula
url 'http://download.gna.org/stgit/stgit-0.15.tar.gz'
homepage 'http://www.procode.org/stgit'
md5 'a4721b2a5f529cf5450109f9fcb4db19'
url 'http://download.gna.org/stgit/stgit-0.16.tar.gz'
md5 '73ca6a7469d30d9d69fa561e16abc2a8'
def install
system "make", "prefix=#{prefix}", "all"