From 3bac79f3a70c2e79382f004f8fd3baa90e593acd Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Sat, 19 Apr 2014 22:58:56 -0400 Subject: talloc 2.1.0 upgrade talloc to 2.1.0 Closes #28158. Signed-off-by: Adam Vandenberg --- Library/Formula/talloc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3