From 56b602875c76afed13dd4120e342120127d06a4d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:48:43 +0000 Subject: [PATCH 1/2] actionlint 1.7.7 actionlint: remove build patch Signed-off-by: Rui Chen --- Formula/a/actionlint.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/a/actionlint.rb b/Formula/a/actionlint.rb index 1ed3f63af663..229959b65b0f 100644 --- a/Formula/a/actionlint.rb +++ b/Formula/a/actionlint.rb @@ -1,10 +1,9 @@ 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.6.tar.gz" - sha256 "59b49d1cabe927d2f1ba67b15f4cd44e56b30ba28eaf48f9bdd71274bedb8061" + url "https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.7.tar.gz" + sha256 "237aec651a903bf4e9f9c8eb638da6aa4d89d07c484f45f11cfb89c2dbf277a5" license "MIT" - revision 1 head "https://github.com/rhysd/actionlint.git", branch: "main" bottle do @@ -20,12 +19,6 @@ class Actionlint < Formula depends_on "ronn" => :build depends_on "shellcheck" - # Support ARM64 runners, upstream pr ref, https://github.com/rhysd/actionlint/pull/503 - patch do - url "https://github.com/rhysd/actionlint/commit/9058a060232e484b6bc958a8f56e908108d1c85c.patch?full_index=1" - sha256 "4a721ad09d1be86be8210571666625f8dfdf0387fce2b6776bd0e45ef87e24b9" - end - def install ldflags = "-s -w -X github.com/rhysd/actionlint.version=#{version}" system "go", "build", *std_go_args(ldflags:), "./cmd/actionlint" From 55c8e8a781a5022971861dbcceeed08fa248d973 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:17:16 +0000 Subject: [PATCH 2/2] actionlint: update 1.7.7 bottle. --- Formula/a/actionlint.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/actionlint.rb b/Formula/a/actionlint.rb index 229959b65b0f..b5f57c30b2f3 100644 --- a/Formula/a/actionlint.rb +++ b/Formula/a/actionlint.rb @@ -7,12 +7,12 @@ class Actionlint < Formula head "https://github.com/rhysd/actionlint.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4bd6d76f6e07f1908754e770c907782702154fde31c66651b5296301c9f54947" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4bd6d76f6e07f1908754e770c907782702154fde31c66651b5296301c9f54947" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4bd6d76f6e07f1908754e770c907782702154fde31c66651b5296301c9f54947" - sha256 cellar: :any_skip_relocation, sonoma: "b680789b47bba8b2a0438171315072575432c03845e88f083f89a7d31f6a93e2" - sha256 cellar: :any_skip_relocation, ventura: "b680789b47bba8b2a0438171315072575432c03845e88f083f89a7d31f6a93e2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "97f300027c75eca3be9900adecb2065a5dcf2f6b349355421d2f258f4d1be5ac" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d94522b3eefa067708c2ffe00f95a3b7ea39180a5399ec2f570f021228fabe2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d94522b3eefa067708c2ffe00f95a3b7ea39180a5399ec2f570f021228fabe2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8d94522b3eefa067708c2ffe00f95a3b7ea39180a5399ec2f570f021228fabe2" + sha256 cellar: :any_skip_relocation, sonoma: "1059f386ad492562782f7286b73a94c3cdab1a2b52e28ffc2962edd051058b8c" + sha256 cellar: :any_skip_relocation, ventura: "1059f386ad492562782f7286b73a94c3cdab1a2b52e28ffc2962edd051058b8c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "04830cca2357b8cb8cf30a297bbbe5e1e347f5c0320ca67f621805e6f4843a87" end depends_on "go" => :build