diff options
| author | Matt Farina | 2012-01-11 11:42:58 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-22 19:20:41 -0800 |
| commit | 254f3cb8ac74eef60a4f539a250f736895d22416 (patch) | |
| tree | 1c856522d198d030e4253de28fafdd2e41bcc06c | |
| parent | 83b720761d212cbf3e73cac7ca6bc505cb34eeb4 (diff) | |
| download | homebrew-254f3cb8ac74eef60a4f539a250f736895d22416.tar.bz2 | |
git-sh: newer version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/git-sh.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/git-sh.rb b/Library/Formula/git-sh.rb index b99ff8c5b..8e294067a 100644 --- a/Library/Formula/git-sh.rb +++ b/Library/Formula/git-sh.rb @@ -1,10 +1,10 @@ require 'formula' class GitSh < Formula - url 'https://github.com/rtomayko/git-sh/tarball/a6eba8824586ce34aff9907af448b3336f7c83d2' + url 'https://github.com/rtomayko/git-sh/tarball/800769328ed381638c13e6eec2c3b21a58d74867' homepage 'https://github.com/rtomayko/git-sh' - md5 '061c56717564651dd99f5cd14b2b1569' - version '20100401' + md5 'f736b2c6aea13140af4011672c7d11c3' + version '20110918' head 'https://github.com/rtomayko/git-sh.git' # Not depending on git because people might have it |
