Skip to content

Commit 2941201

Browse files
authored
Merge pull request #247068 from Homebrew/bump-tor-0.4.8.19
tor 0.4.8.19
2 parents a301a6f + fa6ab99 commit 2941201

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/t/tor.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Tor < Formula
22
desc "Anonymizing overlay network for TCP"
33
homepage "https://www.torproject.org/"
4-
url "https://www.torproject.org/dist/tor-0.4.8.18.tar.gz"
5-
mirror "https://www.torservers.net/mirrors/torproject.org/dist/tor-0.4.8.18.tar.gz"
6-
mirror "https://fossies.org/linux/misc/tor-0.4.8.18.tar.gz"
7-
sha256 "4aea6c109d4eff4ea2bafb905a7e6b0a965d14fe856214b02fcd9046b4d93af8"
4+
url "https://www.torproject.org/dist/tor-0.4.8.19.tar.gz"
5+
mirror "https://www.torservers.net/mirrors/torproject.org/dist/tor-0.4.8.19.tar.gz"
6+
mirror "https://fossies.org/linux/misc/tor-0.4.8.19.tar.gz"
7+
sha256 "3cb649a1d33ba6a65f109d224534e93aaf0a6de84a5b1cb4b054bfa06bb74f5a"
88
# Complete list of licenses:
99
# https://gitweb.torproject.org/tor.git/plain/LICENSE
1010
license all_of: [
@@ -20,12 +20,12 @@ class Tor < Formula
2020
end
2121

2222
bottle do
23-
sha256 arm64_tahoe: "032509a846d1f1f3a8c12dd1cbffd3aa31cf1d0a052babf0e8aca3ea4273a78a"
24-
sha256 arm64_sequoia: "d7bfde19f263dad095fcc739c51fc4d12c1b743b406944afd8883658838b90ad"
25-
sha256 arm64_sonoma: "2a6276f2e28ed77ee16b42b04b501c9186e274697bb1e77faecdd4ed2da2bf6d"
26-
sha256 sonoma: "1536160c54980066011c2e9300793b7500f331a1b70848c45c0cd4d62b625970"
27-
sha256 arm64_linux: "c11d7b94152b9f588a238df5b6765171d80d1ed0e315b49e66bc60bef6e59b2f"
28-
sha256 x86_64_linux: "4207df84407e6152da41a3982801740bd51aa819db4858a26029ff6daa68874e"
23+
sha256 arm64_tahoe: "112ffb60658314ce8f8477bd9bd261b9e92b2fa009ef6a25b932d8f7c735bb04"
24+
sha256 arm64_sequoia: "ef4680d2a89bfcd79619759980697bac195bfd77a3a05f99ce44c91087b4f3e9"
25+
sha256 arm64_sonoma: "bace408b993f6210dd85a1d51de2116c9e3a573b4cea59db3bd0e59f532e2c6a"
26+
sha256 sonoma: "48a14ff9cd27a54313b97c900920878f9d4c90f7fc1a2069b6a1c216ea4e9726"
27+
sha256 arm64_linux: "b525a9d1593e101b0dab070c6c65549004705b422f5efc02293f8f3d087bcd56"
28+
sha256 x86_64_linux: "2f01104d624c0f360564a0f7b5783aea9563ea546f48ceeb822cbf9c340ef5f6"
2929
end
3030

3131
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)