1
1
class Cdncheck < Formula
2
2
desc "Utility to detect various technology for a given IP address"
3
3
homepage "https://projectdiscovery.io"
4
- url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.2.3 .tar.gz"
5
- sha256 "eec13a618822efc5f48d05fa15c1b497ca3804ba2701be732106f6b10f96dfde "
4
+ url "https://github.com/projectdiscovery/cdncheck/archive/refs/tags/v1.2.4 .tar.gz"
5
+ sha256 "978e9af23123e84dd67be15c2b0a89a076f06f2401092488f67a97b1db977c48 "
6
6
license "MIT"
7
7
head "https://github.com/projectdiscovery/cdncheck.git" , branch : "main"
8
8
@@ -12,12 +12,12 @@ class Cdncheck < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , arm64_tahoe : "e4510f19b6c539592cdedec6471440f90655ca17e690ac07cfdd0362f201ed5e "
16
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c434ba02506fecb1fbe48ed27456a314b8fcfb4e62588a4a6578d2142a2dd004 "
17
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "c13ce55c9125391c74044b01a4a20fb0f54aec09b41fc60bff50602d26ed90b6 "
18
- sha256 cellar : :any_skip_relocation , sonoma : "99216e9ed7d6f8d7d37c752803d8492ecee6368651fb35e62bc65e4cd298c7f4 "
19
- sha256 cellar : :any_skip_relocation , arm64_linux : "c0e96345c84dc477c7f34cf57db3d503ce07f131ad2baebae6d7cb4007385a18 "
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "2721b61aad81f062b4647be32dfe5e6610dc186be42906137f75887d306b58d5 "
15
+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "1225fbff3102613b087aa32152cc99e7e02fe099ee8640c7e67720d278c2f307 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "539e010ee2b5dd3cab4914668b246a21a959896db1524a083eb5500207e32d3e "
17
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "afc5932965a0b1be9f1398ffba98e4edf401bc1c8eb3ed3ba78d3c2665e1886e "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "86cfa6260a2f3dc357cd3d234d397117ee0ed695de133819cee31b36da286949 "
19
+ sha256 cellar : :any_skip_relocation , arm64_linux : "4c37f16c6d1c813b64a5c4c755bbec7a5b930c6aaa9febaeec478dd566c9a0c4 "
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "cb892d23a63872d47563c4f72c3aa4070c43ce2a88afdeb4c708821817e92762 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments