Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions Formula/c/clair.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Clair < Formula
desc "Vulnerability Static Analysis for Containers"
homepage "https://github.com/quay/clair"
url "https://github.com/quay/clair/archive/refs/tags/v4.7.2.tar.gz"
sha256 "dfeccda372f8298a84a8b4bceebb4fb2f893e77f232e6b5d453db1652d345c78"
url "https://github.com/quay/clair/archive/refs/tags/v4.7.3.tar.gz"
sha256 "9386b9076a8781b793b851b4b62bd48f0137b9d9018d2e2e4231d340730e8cc2"
license "Apache-2.0"

livecheck do
Expand All @@ -11,14 +11,13 @@ class Clair < Formula
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "187b08c3ea2875ae55f6b05ad639ea6f7f1ca9c1c891feeef64759b3bf216596"
sha256 cellar: :any_skip_relocation, arm64_ventura: "78e0d3fd902448fb3cd0a5624c6a6a9b41515479008e9d4c5323da494bd0c90a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b97dff3112bd67bee0d68bb538ffac2500e571b35b38d515e74e77f78d980664"
sha256 cellar: :any_skip_relocation, sonoma: "99a34cecf0e46eec0ef50d522948bd98fc5af5fe8c8dfe1c31f0746379cc8e5c"
sha256 cellar: :any_skip_relocation, ventura: "192594d5cd82870c9978de3e7d573f4b86c63ad6a85e1582fb27e59d4e54035b"
sha256 cellar: :any_skip_relocation, monterey: "19557e5444a6ef4bfa2a11ae9c97a69f551303231d3cb63b631987f9e3d0f286"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3491976aaa4eec50e3eebd021e898654e4e0e9eb9f305dbabd728e49056afdd8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f1dd5f975b4fbb95ad6295794cce39a4990c1410a51802fa7e60a5f23d7482a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7141497e5ab91fc3f9078cc6ffae0abcb61ec6a3f8e9cbb99c08b8ada245a28b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "04434618dff6a1ae39495c59135ce37aaa7add46de7e463706cdbe32017f342a"
sha256 cellar: :any_skip_relocation, sonoma: "0af1794c1f2ae85802df3b7054e5c4b8071ab13c0d47ea32197047bae97fe8b9"
sha256 cellar: :any_skip_relocation, ventura: "82ca298b6fea6844fd56d30e01108df1d0999eaabc74494d19337dcff141dc89"
sha256 cellar: :any_skip_relocation, monterey: "f19e38e5208e3e044859a33a6e7f7003c4d783ba9558ffe8d6b4f1984eaece7b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca3dc1aaac1944193d494b58e7911cfe8e19c534029f91c5f870237bc830104c"
end

depends_on "go@1.21" => :build # use "go" again when https://github.com/quay/clair/pull/1942 is released
Expand Down