diff options
| author | aaronlake | 2012-04-09 20:48:28 -0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-04-10 06:07:48 -0700 | 
| commit | 5c9cb11b25afdc5b1410354d30da2fd8d9b678fb (patch) | |
| tree | 0a293872435fe63fc828f93ab57c312469186b0f /Library/Formula/mobile-shell.rb | |
| parent | 3091328325b09c443183539fbe56804548138743 (diff) | |
| download | homebrew-5c9cb11b25afdc5b1410354d30da2fd8d9b678fb.tar.bz2 | |
mobile-shell 1.1.3
Closes #11540.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mobile-shell.rb')
| -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 2f15c5c60..0297eb42b 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.1.1.tar.gz' -  md5 'b42d1ba8e6e975f0e957c348cc998026' +  url 'https://github.com/downloads/keithw/mosh/mosh-1.1.3.tar.gz' +  md5 'de507695b6f67523bc81596f97220a9a'    head 'https://github.com/keithw/mosh.git'  | 
