aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-sh.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-05 12:59:20 -0800
committerAdam Vandenberg2013-03-05 12:59:20 -0800
commita14e1f21053711ac73692a6d27e8b952fa9febd4 (patch)
treea21bebd2dbe78b3f16a695f22e2bfa9a4eb311d6 /Library/Formula/git-sh.rb
parentcf0ace68e5e89d95943b6999a889d934c5c6ad1d (diff)
downloadhomebrew-a14e1f21053711ac73692a6d27e8b952fa9febd4.tar.bz2
git-sh 1.3
Closes #18268.
Diffstat (limited to 'Library/Formula/git-sh.rb')
-rw-r--r--Library/Formula/git-sh.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/git-sh.rb b/Library/Formula/git-sh.rb
index e05c9efcd..4b4491691 100644
--- a/Library/Formula/git-sh.rb
+++ b/Library/Formula/git-sh.rb
@@ -2,15 +2,11 @@ require 'formula'
class GitSh < Formula
homepage 'https://github.com/rtomayko/git-sh'
- url 'https://github.com/rtomayko/git-sh/tarball/800769328ed381638c13e6eec2c3b21a58d74867'
- version '20110918'
- sha1 'a0ce834cdae9a970b969da230c4987fa8ac6394c'
+ url 'https://github.com/rtomayko/git-sh/archive/1.3.tar.gz'
+ sha1 'b96801ed2a63ef510583e7f1c1b4bc234d991507'
head 'https://github.com/rtomayko/git-sh.git'
- # Pending request for new tag:
- # https://github.com/rtomayko/git-sh/issues/16
-
def install
system "make"
system "make", "install", "PREFIX=#{prefix}"