Skip to content

Commit 890d27f

Browse files
authored
Merge pull request Homebrew#218802 from Homebrew/bump-ooniprobe-3.25.0
ooniprobe 3.25.0
2 parents 6141a6e + df35980 commit 890d27f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/ooniprobe.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ooniprobe < Formula
22
desc "Network interference detection tool"
33
homepage "https://ooni.org/"
4-
url "https://github.com/ooni/probe-cli/archive/refs/tags/v3.24.0.tar.gz"
5-
sha256 "4c2dad0367cfe3924ca45c9f484660a132e843d6c55259ff375efadeb6d518c3"
4+
url "https://github.com/ooni/probe-cli/archive/refs/tags/v3.25.0.tar.gz"
5+
sha256 "9222fb2d0b93ba1bf4cf7edcee7dfac6518fc622d606204724d8ed7de43fb5dd"
66
license "GPL-3.0-or-later"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Ooniprobe < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "90f3093d1c71c3f456e024eb6c15624a9fa94b13a580463de7894359a3c12cb1"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8d137f2874730e7c9b6e9f7f38033de9211d026700ff8c3b99a1aad28dd52c8"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "efee84f0b4d279db5bfb2da593dcaecde4c74bfee07f4a0d6c8aea6b6c52c0e9"
17-
sha256 cellar: :any_skip_relocation, sonoma: "3a9029ea95fe11a5fde169d1ff1eb902ee7ac469e3f28a88bc5460772cd2ee7d"
18-
sha256 cellar: :any_skip_relocation, ventura: "a2591ef98c36d99c6b25622077754f0fbef671bdc37660e689c6933d5988ed2e"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1b013f9418249c12c12209166817ef7d1a32161acc09c9d3d41b8939f0fcb730"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f0712a91bde69b39e58c852018aa946b59553651d4e1fb34941a71993061b43"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2c22444bad6411e2a1ba3c9641b62f6c52dc9c7ea9e11be14f69ed5069138b5"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6886c7bd5714d7538b1b498ef9836387b73c7809c84071a7c14cad22564a530d"
17+
sha256 cellar: :any_skip_relocation, sonoma: "73124bf2ae34df1fb14d8437d0afd0de84b5f0c40fb6a0685d82beb183fea83f"
18+
sha256 cellar: :any_skip_relocation, ventura: "38f19827d1dd5fcbc271af1292ad920cc5d326158aab620c7eb3a9d77278182d"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "238e11d37af2c226c2ed7f6f6dcda09c5b05600492d3f3524ed1671149b8d9b8"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)