tor 0.2.4.21/devel 0.2.5.2-alpha
https://lists.torproject.org/pipermail/tor-talk/2014-March/032242.html https://lists.torproject.org/pipermail/tor-talk/2014-February/032150.html Closes Homebrew/homebrew#27298. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
49a29bfb25
commit
6aa6e0fa2c
1 changed files with 5 additions and 5 deletions
|
@ -2,13 +2,13 @@ require 'formula'
|
|||
|
||||
class Tor < Formula
|
||||
homepage 'https://www.torproject.org/'
|
||||
url 'https://www.torproject.org/dist/tor-0.2.4.20.tar.gz'
|
||||
sha1 '09ba4eda9a73c46852a277b721ed74c8263e8dba'
|
||||
url 'https://www.torproject.org/dist/tor-0.2.4.21.tar.gz'
|
||||
sha1 'b93b66e4d5162cefc711cb44f9167ed4799ef990'
|
||||
|
||||
devel do
|
||||
url 'https://www.torproject.org/dist/tor-0.2.5.1-alpha.tar.gz'
|
||||
version '0.2.5.1-alpha'
|
||||
sha1 'd10cb78e6a41657d970a1ce42105142bcfc315fb'
|
||||
url 'https://www.torproject.org/dist/tor-0.2.5.2-alpha.tar.gz'
|
||||
version '0.2.5.2-alpha'
|
||||
sha1 '80f4697dfc0473bf5ec642b074cee4ce95fd0fa6'
|
||||
end
|
||||
|
||||
option "with-brewed-openssl", "Build with Homebrew's OpenSSL instead of the system version" if MacOS.version > :leopard
|
||||
|
|
Loading…
Reference in a new issue