diff options
| author | Russell | 2015-04-15 18:33:03 -0700 |
|---|---|---|
| committer | Xu Cheng | 2015-04-16 18:31:03 +0800 |
| commit | 4fe780cb468fdfee79c54e2e5ef327a5ce855cbe (patch) | |
| tree | 7cef5fe78503c1b87149aab12f20368f6342f9b5 /Library/Formula/sshrc.rb | |
| parent | 68193c8acfb830038c1d542a59b0570e46e0457b (diff) | |
| download | homebrew-4fe780cb468fdfee79c54e2e5ef327a5ce855cbe.tar.bz2 | |
sshrc 0.5
Closes #38698.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula/sshrc.rb')
| -rw-r--r-- | Library/Formula/sshrc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sshrc.rb b/Library/Formula/sshrc.rb index f53f8a1ce..9f123f4bc 100644 --- a/Library/Formula/sshrc.rb +++ b/Library/Formula/sshrc.rb @@ -2,8 +2,8 @@ require "formula" class Sshrc < Formula homepage "https://github.com/Russell91/sshrc" - url "https://github.com/Russell91/sshrc/archive/0.4.tar.gz" - sha1 "9e9426323d6b2cb118275b2d5836510dbd87a75a" + url "https://github.com/Russell91/sshrc/archive/0.5.tar.gz" + sha1 "4fe9509437d01da74be76215d920734484ca0b7b" def install bin.install "sshrc" |
