diff options
| -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 61efd9c64..2a7d21b93 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.tar.gz' -  md5 '2822792d362cc1539278ca3d3afb279a' +  url 'https://github.com/downloads/keithw/mosh/mosh-1.2.1.tar.gz' +  md5 '9ac87208fb8fbef9ab39c92f62fe6475'    head 'https://github.com/keithw/mosh.git'  | 
