diff options
| author | Dominyk Tiller | 2015-03-19 16:21:01 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-19 17:21:44 +0000 | 
| commit | 65d8224bb03f95802fb4e87b080892be3f3b9401 (patch) | |
| tree | bee0fc06dd25d36c21c417f058262e3c38375c46 /Library | |
| parent | e064a21a4a9c2c67a001c6793672b0da8505b311 (diff) | |
| download | homebrew-65d8224bb03f95802fb4e87b080892be3f3b9401.tar.bz2 | |
tor 0.2.6.5-rc (devel)
Version bump.
Should be the last release before 0.2.6.x is released stable.
Closes #37869.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tor.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index 93ea7570a..7877838b9 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.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" +    url "https://dist.torproject.org/tor-0.2.6.5-rc.tar.gz" +    mirror "https://tor.eff.org/dist/tor-0.2.6.5-rc.tar.gz" +    sha256 "1a78bc971078c8aee1d0927bf6629610efef2cce31219580b2a73cc268d4103e" +    version "0.2.6.5-rc"      # Move this to the main block when current devel = stable release.      depends_on "libscrypt" => :optional  | 
