Skip to content

Commit

Permalink
Merge pull request #204821 from Homebrew/bump-actionlint-1.7.7
Browse files Browse the repository at this point in the history
actionlint 1.7.7
  • Loading branch information
BrewTestBot authored Jan 19, 2025
2 parents e15ba91 + 55c8e8a commit 4ff59d5
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions Formula/a/actionlint.rb
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
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
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
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"
Expand Down

0 comments on commit 4ff59d5

Please sign in to comment.