From 923de5d073466756ee7215079ae5d08b49a4c770 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:23:57 +0000 Subject: [PATCH 1/2] actionlint 1.7.2 --- Formula/a/actionlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/actionlint.rb b/Formula/a/actionlint.rb index d59e088f7433..7926b0740793 100644 --- a/Formula/a/actionlint.rb +++ b/Formula/a/actionlint.rb @@ -1,8 +1,8 @@ class Actionlint < Formula desc "Static checker for GitHub Actions workflow files" homepage "https://rhysd.github.io/actionlint/" - url "https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.1.tar.gz" - sha256 "f53808c46db1ac2aa579b00f4a12a8acdf6eaf85a382091ce051dea33b18d7b4" + url "https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.2.tar.gz" + sha256 "df74bf4789cbb9c631b92da5d27ed1f3565fea0f7bb62bb5840c2b99ea999f57" license "MIT" bottle do From 8b3e89eaa23e44b7faf6a53058608ac138e8a833 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:28:20 +0000 Subject: [PATCH 2/2] actionlint: update 1.7.2 bottle. --- Formula/a/actionlint.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/a/actionlint.rb b/Formula/a/actionlint.rb index 7926b0740793..5787bcde3b8f 100644 --- a/Formula/a/actionlint.rb +++ b/Formula/a/actionlint.rb @@ -6,14 +6,12 @@ class Actionlint < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4659f9ed86be188cf49b0835bab640270c8ce1f96ac0aae832ef42cdbbec1ad4" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c0c108779f28976420fccc0628a80b47abbce66a10292ffcc55bdc6750c2666" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7c0c108779f28976420fccc0628a80b47abbce66a10292ffcc55bdc6750c2666" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7c0c108779f28976420fccc0628a80b47abbce66a10292ffcc55bdc6750c2666" - sha256 cellar: :any_skip_relocation, sonoma: "0524b6fe37c904c06ded09f171d6a71323a1ed3c568658f2fac65a64c2fa9954" - sha256 cellar: :any_skip_relocation, ventura: "0524b6fe37c904c06ded09f171d6a71323a1ed3c568658f2fac65a64c2fa9954" - sha256 cellar: :any_skip_relocation, monterey: "0524b6fe37c904c06ded09f171d6a71323a1ed3c568658f2fac65a64c2fa9954" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b2d56dfd91f6e3f4a50705e5040a9350744cf1e16d26ff8afb4261f9598e56f5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd091f0094698ab4a70c59bb1decda06233774d18033eadf3f78e6a58da18911" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd091f0094698ab4a70c59bb1decda06233774d18033eadf3f78e6a58da18911" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fd091f0094698ab4a70c59bb1decda06233774d18033eadf3f78e6a58da18911" + sha256 cellar: :any_skip_relocation, sonoma: "67a28ffb80b98a3b5803cfe5566a5b1869225acdfd4421109df4fc374b2d9585" + sha256 cellar: :any_skip_relocation, ventura: "67a28ffb80b98a3b5803cfe5566a5b1869225acdfd4421109df4fc374b2d9585" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c930ff0b3243018f7ef51dbc33eef22ab3fb1b584917f4303e1722f1d248eca" end depends_on "go" => :build