1
1
class Rustscan < Formula
2
2
desc "Modern Day Portscanner"
3
3
homepage "https://github.com/rustscan/rustscan"
4
- url "https://github.com/RustScan/RustScan/archive/refs/tags/2.3.0 .tar.gz"
5
- sha256 "94bec6a3e737963c084fd2e0853689cd0de06ece2588641fddbea7cf249bf414 "
4
+ url "https://github.com/RustScan/RustScan/archive/refs/tags/2.4.1 .tar.gz"
5
+ sha256 "fa99c18a12d4c0939ab69ddb84ef7b85a1ea01d8fc86df227449d89473531765 "
6
6
license "GPL-3.0-or-later"
7
7
8
8
livecheck do
@@ -11,14 +11,12 @@ class Rustscan < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "9125bab3959d6f4c2d408b1e1eb3b365013f764777bdf70d41585ab2ce767d18"
15
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "91ab0e6d0297d772f961246aa1c6fffa182379fcea3f967b96cc1927f3ff02c2"
16
- sha256 cellar : :any_skip_relocation , arm64_ventura : "8fa070a09005dfb6dbc06b218030db9092bd5038e8f9edf355492aa89f66174e"
17
- sha256 cellar : :any_skip_relocation , arm64_monterey : "517b007a7c058d158d417f856f3752879b570f31f4cb4711c4793b0e0ae72b1e"
18
- sha256 cellar : :any_skip_relocation , sonoma : "536082099ebe613e8fbafabf19f87d5bda509e87a965b970b227fb35c2f0b81c"
19
- sha256 cellar : :any_skip_relocation , ventura : "d9fdecdf4f24fd77d3b3c12149202bb6d01367b55c423f49d7f919bdbefb8cf9"
20
- sha256 cellar : :any_skip_relocation , monterey : "9b59e0e179c82eee5eb7150039bef4762c3cf4bfec45a120bc6485cb8cc685f8"
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "39343ed8569cb503ec8f631303302b5a937fb3fdb7c1396639d40566a99891dc"
14
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "50ebbe3662730650662c6f4438c06b70c8bf4c635975ecf3bcf9e081a7862af4"
15
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "374f2c989048d26672eb6316f1808fa77a10dfdf11bc9cc84e34a3c790b70b19"
16
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "ad0ca15324e8701793117ae68b6846a0b9551acacece068a1525c4ff997112ea"
17
+ sha256 cellar : :any_skip_relocation , sonoma : "86a8d2a183f5bec85dc8c40acb58fc9931bb4fcf9e63d3f7fc271d490e5a7f34"
18
+ sha256 cellar : :any_skip_relocation , ventura : "e2e7f59265f5f1acfbdd4dceea11a4b13cd01fec43ede709efe986640674436a"
19
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "045f1455224bee1648c5024d83de72ca209ef19e4784adb2bd5d479bef875bf0"
22
20
end
23
21
24
22
depends_on "rust" => :build
0 commit comments