diff options
| author | Misty De Meo | 2013-02-15 10:11:14 -0600 | 
|---|---|---|
| committer | Misty De Meo | 2013-02-15 10:22:02 -0600 | 
| commit | b753e349446048d63b18686a2986bdfb6c46facd (patch) | |
| tree | 3e32dd8a55ba9bc0b6a3fd56a8dd1882ae0334fb /Library/Formula/samba.rb | |
| parent | 295010ceb92490f2439287a012d1aafb8bfd5d45 (diff) | |
| download | homebrew-b753e349446048d63b18686a2986bdfb6c46facd.tar.bz2 | |
samba: revert to 3.6.8
samba 4.0.0+ doesn't reliably compile on Snow Leopard. In
addition, the autoconf build used by our 4.0.0 formula only
installs a subset of samba's tools. (See the readme for details.)
See #17820.
Once these issues are resolved, we can upgrade to 4.0.3.
This reverts commit 2229c7d9bb04bb523c9d103c5d8f2e9a60098ee5.
Diffstat (limited to 'Library/Formula/samba.rb')
| -rw-r--r-- | Library/Formula/samba.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/samba.rb b/Library/Formula/samba.rb index 5d236189f..9e2020029 100644 --- a/Library/Formula/samba.rb +++ b/Library/Formula/samba.rb @@ -2,8 +2,8 @@ require 'formula'  class Samba < Formula    homepage 'http://samba.org/' -  url 'http://www.samba.org/samba/ftp/stable/samba-4.0.0.tar.gz' -  sha1 'c39a99f0f9030d3f154e94a61a99c73a7f48203c' +  url 'http://www.samba.org/samba/ftp/stable/samba-3.6.8.tar.gz' +  sha1 'a3cd91fa8835c7c47e4cb3ab419f92b4895052b5'    # Needed for autogen.sh    depends_on :automake  | 
