aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike Tigas2014-09-26 19:11:12 -0400
committerTim D. Smith2014-09-26 20:19:10 -0700
commit9784ff463dd185671ba62d8a302a366bb6f4f1b9 (patch)
tree260fb91256c71eba2455c398858795b8c8978428 /Library
parent99ae0eecb15d25555a2bb27d029dfe29eb968faf (diff)
downloadhomebrew-9784ff463dd185671ba62d8a302a366bb6f4f1b9.tar.bz2
Tor 0.2.5.8-rc (devel) https://gitweb.torproject.org/tor.git/blob/release-0.2.5:/ChangeLog
Closes #32696. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tor.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb
index d1332043d..d210e0540 100644
--- a/Library/Formula/tor.rb
+++ b/Library/Formula/tor.rb
@@ -14,9 +14,9 @@ class Tor < Formula
end
devel do
- url "https://www.torproject.org/dist/tor-0.2.5.6-alpha.tar.gz"
- version "0.2.5.6-alpha"
- sha256 "ec8edfd824a65bec19c7b79bacfc73c5df76909477ab6dac0d6e8ede7fa337c1"
+ url "https://www.torproject.org/dist/tor-0.2.5.8-rc.tar.gz"
+ version "0.2.5.8-rc"
+ sha256 "a4c04e049f8c5798991eb5028fb2831ea2353bf12c7f5afa9c1df1472787b22c"
end
depends_on "libevent"