|
1 | 1 | class Medusa < Formula |
2 | 2 | desc "Solidity smart contract fuzzer powered by go-ethereum" |
3 | 3 | 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" |
6 | 6 | license "AGPL-3.0-only" |
7 | 7 | head "https://github.com/crytic/medusa.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments