aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mobile-shell.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb
index 0297eb42b..61efd9c64 100644
--- a/Library/Formula/mobile-shell.rb
+++ b/Library/Formula/mobile-shell.rb
@@ -2,14 +2,16 @@ require 'formula'
class MobileShell < Formula
homepage 'http://mosh.mit.edu/'
- url 'https://github.com/downloads/keithw/mosh/mosh-1.1.3.tar.gz'
- md5 'de507695b6f67523bc81596f97220a9a'
+ url 'https://github.com/downloads/keithw/mosh/mosh-1.2.tar.gz'
+ md5 '2822792d362cc1539278ca3d3afb279a'
head 'https://github.com/keithw/mosh.git'
+ # Needs new autoconf for correct AC_C_RESTRICT macro
+ # See: https://github.com/keithw/mosh/issues/241
+ depends_on 'autoconf' => :build if ARGV.build_head?
depends_on 'pkg-config' => :build
depends_on 'protobuf'
- depends_on 'boost'
def install
system "./autogen.sh" if ARGV.build_head?