diff options
| author | hacfi | 2013-03-29 09:56:27 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-03-29 06:28:38 -0700 | 
| commit | 6e6c31068e4659a184876b58acb9e8292664d451 (patch) | |
| tree | d7ba592f4f184efbad383cb4e763eedaf0edab36 | |
| parent | 25ff60158488c15872dd3f4058b27b0f42d0648e (diff) | |
| download | homebrew-6e6c31068e4659a184876b58acb9e8292664d451.tar.bz2 | |
mobile-shell 1.2.4
Closes #18818.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/mobile-shell.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index db3e44665..03e2f36bc 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -2,8 +2,8 @@ require 'formula'  class MobileShell < Formula    homepage 'http://mosh.mit.edu/' -  url 'https://github.com/downloads/keithw/mosh/mosh-1.2.3.tar.gz' -  sha1 '3bbcc560a5968806681465d83758d5c3abee9607' +  url 'http://mosh.mit.edu/mosh-1.2.4.tar.gz' +  sha1 'b1dffe8562d7b2f4956699849fbe5d18bfd7749e'    head 'https://github.com/keithw/mosh.git'  | 
