Skip to content

Commit

Permalink
cdncheck: add 1.1.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored and BrewTestBot committed Jan 12, 2025
1 parent ec1d481 commit 2fdd91f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/c/cdncheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ class Cdncheck < Formula
license "MIT"
head "https://github.com/projectdiscovery/cdncheck.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b3c7460bfe832254b41cf180b7767fabc2c3d52b23aad990783143e6cb730bfa"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ad11fbaeba40508ca2ceae361156d2d66963355f1aa05b2f28c26a0747bd2a7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2bf6c89272f824b48034fe9331d16f62c1ecb0be866a3c88fc0d1fc420145f6d"
sha256 cellar: :any_skip_relocation, sonoma: "3d442205b07302b60d25a468390c45c4060a27c248aada6d2944381ce1c6560e"
sha256 cellar: :any_skip_relocation, ventura: "5e385b8e9e1f9499eff500c55afdb4df15e3d4a8ab5540d0c6fe9615fa854d6e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d191d7f40f2bd2cfae453a35c1dd42be2d8e9accf1475741350816e3206410e0"
end

depends_on "go" => :build

# Fixes incorrect version
Expand Down

0 comments on commit 2fdd91f

Please sign in to comment.