diff options
| author | Daniele Sluijters | 2012-10-21 18:10:54 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-21 10:30:00 -0700 | 
| commit | 8b26224cd0181ae04a3052f011342cdf2c9223ce (patch) | |
| tree | a8480e3e2d9bcc37dee1b4ce3d7fe7bc0627f767 /Library/Formula/mobile-shell.rb | |
| parent | 8c6be85aca873b7547d5587af7f0ce30d230eab8 (diff) | |
| download | homebrew-8b26224cd0181ae04a3052f011342cdf2c9223ce.tar.bz2 | |
mobile-shell 1.2.3
Closes #15582.
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 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'  | 
