diff options
| author | Baptiste Fontaine | 2015-01-15 00:22:26 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-14 22:43:02 -0500 |
| commit | 5cb200bf010350ff46f4c6799a6c2bd91591a588 (patch) | |
| tree | d1d5537d9bc24fef15540f8a1e5f1d0d3a1c0dee | |
| parent | 708a4e9c3bde289cdc1d2db038d8c91c17f27d64 (diff) | |
| download | homebrew-5cb200bf010350ff46f4c6799a6c2bd91591a588.tar.bz2 | |
gistit 0.1.3
Closes #35885.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/gistit.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/gistit.rb b/Library/Formula/gistit.rb index a42b63108..581496256 100644 --- a/Library/Formula/gistit.rb +++ b/Library/Formula/gistit.rb @@ -1,9 +1,7 @@ -require 'formula' - class Gistit < Formula - homepage 'http://gistit.herokuapp.com/' - url 'https://github.com/jrbasso/gistit/archive/v0.1.2.tar.gz' - sha1 '9b20f3c0f81a9cb07e904e4f98f727e07caab8f3' + homepage "http://gistit.herokuapp.com/" + url "https://github.com/jrbasso/gistit/archive/v0.1.3.tar.gz" + sha1 "62b9797a656b15da9196b6c9ee355c0c81bdc3ac" depends_on "autoconf" => :build depends_on "automake" => :build @@ -14,7 +12,7 @@ class Gistit < Formula system "./autogen.sh", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" - system "make install" + system "make", "install" end test do |
