aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/midnight-commander.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/midnight-commander.rb b/Library/Formula/midnight-commander.rb
index 30dffc444..f9c4b07f9 100644
--- a/Library/Formula/midnight-commander.rb
+++ b/Library/Formula/midnight-commander.rb
@@ -1,10 +1,10 @@
require 'formula'
class MidnightCommander <Formula
- url 'http://www.midnight-commander.org/downloads/59'
+ url 'http://www.midnight-commander.org/downloads/mc-4.7.4.tar.bz2'
homepage 'http://www.midnight-commander.org/'
- sha256 '1b8e9650f092d4554eb08f137142bd203b5cef74b5000f3e228f0261fd92a039'
- version '4.7.0.8'
+ sha256 '3c8fb2cf3361958552b7397e7aa9400f8b35338da2668b4ed7b4f0e4c5377e9a'
+ version '4.7.4'
depends_on 'pkg-config' => :build
depends_on 'glib'
@@ -13,6 +13,7 @@ class MidnightCommander <Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--without-x",
+ "--with-samba",
"--with-screen=ncurses"
system "make install"
end