diff options
| author | Rommel Custodio | 2012-10-22 03:01:56 +0900 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-21 11:56:54 -0700 | 
| commit | 71a27dd4ecf0d31c848e2ed523e27e7e4f487ff8 (patch) | |
| tree | f7b9d4086135605e762d38470e2c2a2da4754fd6 /Library/Formula/mobile-shell.rb | |
| parent | 913b54bf0d55516fe57f8af38ee070d7226dcbd6 (diff) | |
| download | homebrew-71a27dd4ecf0d31c848e2ed523e27e7e4f487ff8.tar.bz2 | |
mobile-shell: fix checksum
Closes #15584.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mobile-shell.rb')
| -rw-r--r-- | Library/Formula/mobile-shell.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index db8b18b74..db3e44665 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -3,7 +3,7 @@ require 'formula'  class MobileShell < Formula    homepage 'http://mosh.mit.edu/'    url 'https://github.com/downloads/keithw/mosh/mosh-1.2.3.tar.gz' -  sha1 '2f95ae6f4610f1193250043e6c18496085ebfa0a' +  sha1 '3bbcc560a5968806681465d83758d5c3abee9607'    head 'https://github.com/keithw/mosh.git'  | 
