aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/talloc.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/talloc.rb b/Library/Formula/talloc.rb
index 9eb6170c7..eeb70bf4e 100644
--- a/Library/Formula/talloc.rb
+++ b/Library/Formula/talloc.rb
@@ -2,13 +2,13 @@ require 'formula'
class Talloc < Formula
homepage 'http://talloc.samba.org/'
- url 'http://www.samba.org/ftp/talloc/talloc-2.0.8.tar.gz'
- sha1 '5ca7710a3f95a1db873c97fcf83f92dddfd57907'
+ url 'http://www.samba.org/ftp/talloc/talloc-2.1.0.tar.gz'
+ sha1 'd079597f3f02a7ca3716645728a8a46016a1dd7d'
conflicts_with 'samba', :because => 'both install `include/talloc.h`'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-rpath"
+ system "./configure", "--prefix=#{prefix}", "--disable-rpath", "--without-gettext"
system "make install"
end
end