Skip to content

Commit 6c48729

Browse files
authored
Merge pull request Homebrew#206367 from Homebrew/bump-medusa-1.0.0
medusa 1.0.0
2 parents 67d9741 + 53c90f7 commit 6c48729

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/medusa.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Medusa < Formula
22
desc "Solidity smart contract fuzzer powered by go-ethereum"
33
homepage "https://github.com/crytic/medusa"
4-
url "https://github.com/crytic/medusa/archive/refs/tags/v0.1.8.tar.gz"
5-
sha256 "f8b6e55541ce4443d6f07ba6f2394148809691cf8c68037bab0ec7ce742ac2ea"
4+
url "https://github.com/crytic/medusa/archive/refs/tags/v1.0.0.tar.gz"
5+
sha256 "edf1c8bd39051c482447da43ae86273014cf98c575eaf037bd0df908913a4601"
66
license "AGPL-3.0-only"
77
head "https://github.com/crytic/medusa.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "daf0e9f52c0333eb6fcaeb28184d0bba54511a081ce3dfecea84e724292a3e02"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45549fc0fdfb15714d2ab270831a7ee07880ecf5f6d92ce2ae220c8a79149cd0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "60ceae2a39f6e40142f6f2e70089bca3fb63641ac187cfce319443bf8cee290d"
13-
sha256 cellar: :any_skip_relocation, sonoma: "06dd2192d804a45acee223d9dab41d5e8cdbefbc23fa7f2b49b85df37dc5eb68"
14-
sha256 cellar: :any_skip_relocation, ventura: "a174a0fc2689a2823cde31885a537f37f3d217baf585e3514f3b2ea9868941bb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b7ebe2c5fdccd5f0897a2cd38df166a6d53e0b439ef2eaed8c92ec21880c3ec4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c58969bef5f23f59e755668816dbbc96fa201037e3e8a52b0967887d0f2c45d5"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce9e36a96a38163c998c528c8d928396e4a242a2204f18ad3ec3d6b096803685"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "70baf77a9e6ffc52a7d63dadbc1a9f632c3dd199aa74899e15901a492d61a20b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "a01e3d399f3e471b6cdf2fbb03cce3446099943fb90d8d42e447a2861bce7aa9"
14+
sha256 cellar: :any_skip_relocation, ventura: "a1439e024fbc878bc137cf8a4e7847966873d95230f82e0550df32e0ddf2861a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "720cefb12dcf99d87345e5b43b4a0922b9610faf9be885998f47b4f0f80fc132"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)