diff options
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 79c7f7c1c..db8b18b74 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.2.tar.gz' -  sha1 'f0227800298d80e9f1353db3b29a807de833d7d2' +  url 'https://github.com/downloads/keithw/mosh/mosh-1.2.3.tar.gz' +  sha1 '2f95ae6f4610f1193250043e6c18496085ebfa0a'    head 'https://github.com/keithw/mosh.git'  | 
