|
1 | 1 | class Bettercap < Formula |
2 | 2 | desc "Swiss army knife for network attacks and monitoring" |
3 | 3 | homepage "https://www.bettercap.org/" |
4 | | - url "https://github.com/bettercap/bettercap/archive/refs/tags/v2.41.0.tar.gz" |
5 | | - sha256 "6c2161acb85599a066bea2d28805f72cde68c13fefb8e67c5c72f3c31c3372c1" |
| 4 | + url "https://github.com/bettercap/bettercap/archive/refs/tags/v2.41.1.tar.gz" |
| 5 | + sha256 "c00a489110a01b799796bfc5701bbaea882e0a1aa675d16ce2aba25bd0d71ad1" |
6 | 6 | license "GPL-3.0-only" |
7 | 7 | head "https://github.com/bettercap/bettercap.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "601b640cb814873f4bc494568d8e6bac3e0437d7e0f9b2dcae10050428c28285" |
11 | | - sha256 cellar: :any, arm64_sonoma: "6614522833be6dfbc677602367365feffb179216512c0d1ffd9e486003ee91ff" |
12 | | - sha256 cellar: :any, arm64_ventura: "eafe12346381ada74b4731575c798968bb578c17b83f872ed83da548d0503780" |
13 | | - sha256 cellar: :any, sonoma: "e52b66aca3679d41baead4ba4dae3f239ad4f83c6387aa48bbfddf6f6b5e2959" |
14 | | - sha256 cellar: :any, ventura: "6d62416e253212a3d212fd0f904cf429782bcda5aa138da4ba0383f54cf51d75" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "289ba4d5fafb3902334b73fa4a6ceaf9f1879d5f1eb1c13a2d82b2ff813c3227" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "682d2dad8463513c60ff7eb7918b4f561d28d6dfdd8c7471ac136cdbb5935bf9" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "621bb685704def4c8be34da96de714b4edf0ac04154bd2c9463695951883e758" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "901bbb7d7876139268957e5d43a894ab9626455a57883af493c2924b33c6479a" |
| 12 | + sha256 cellar: :any, arm64_ventura: "daba887ac15d63596447f47f0b5abc5f45e20eebc0e67f59ecd63daff671e1d5" |
| 13 | + sha256 cellar: :any, sonoma: "d04852a37bcc0926d9cda8036024e04f37455239e5d1f735010fc818ccdecb67" |
| 14 | + sha256 cellar: :any, ventura: "0ab41470bf5828053907cb4d7e7235878950308ea1f42df6289b4360422f0ab7" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b27de98d5ff8586d70b3a6448d663c7821926bbab32c6c49d0c7ff9abfd1d2d9" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b1ce57b33228eb4fbc74f6f384ed0712e56ad4929dff81e13ad9ad2924c7d43" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments