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 Homebrew/homebrew#17820. Once these issues are resolved, we can upgrade to 4.0.3. This reverts commit 2229c7d9bb04bb523c9d103c5d8f2e9a60098ee5.
This commit is contained in:
parent
284f5ca5c8
commit
2234b588f6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue