diff options
| author | Dominyk Tiller | 2015-03-10 22:11:08 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-10 23:15:42 -0700 |
| commit | 4928b585a82744e8f8e4a3b2085ee2377b113d41 (patch) | |
| tree | 59fdb53c5efb2bb45160a832363129b5b782a37c /Library/Formula | |
| parent | 4ae848962472632ecfcad4aa3e2e1ef1bb794040 (diff) | |
| download | homebrew-4928b585a82744e8f8e4a3b2085ee2377b113d41.tar.bz2 | |
tor 0.2.6.4-rc (devel)
Devel bump.
Closes #37586.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tor.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index 31cf8899a..93ea7570a 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -12,10 +12,10 @@ class Tor < Formula end devel do - url "https://dist.torproject.org/tor-0.2.6.3-alpha.tar.gz" - mirror "https://tor.eff.org/dist/tor-0.2.6.3-alpha.tar.gz" - sha256 "5e31a0ccbb1fbe9ac6fc64d157c5c3db9b478908ea09bbe15adea2f1fd11d670" - version "0.2.6.3-alpha" + url "https://dist.torproject.org/tor-0.2.6.4-rc.tar.gz" + mirror "https://tor.eff.org/dist/tor-0.2.6.4-rc.tar.gz" + sha256 "d557cc508f369529f2e53963d0c8351f0839de6f2d44eb0d11e88c85c8932ede" + version "0.2.6.4-rc" # Move this to the main block when current devel = stable release. depends_on "libscrypt" => :optional @@ -37,6 +37,7 @@ class Tor < Formula args << "--with-libnatpmp-dir=#{Formula["libnatpmp"].opt_prefix}" if build.with? "libnatpmp" args << "--with-libminiupnpc-dir=#{Formula["miniupnpc"].opt_prefix}" if build.with? "miniupnpc" + args << "--disable-libscrypt" if build.devel? && build.without?("libscrypt") system "./configure", *args system "make", "install" |
