Skip to content

Commit

Permalink
Merge pull request #164027 from BrewTestBot/bump-actionlint-1.6.27
Browse files Browse the repository at this point in the history
actionlint 1.6.27
  • Loading branch information
BrewTestBot committed Feb 24, 2024
2 parents c086394 + c4c9e12 commit 73316b9
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions Formula/a/actionlint.rb
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
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.6.26.tar.gz"
sha256 "507d771f4c863bf98dfe1db3500a4c9344e3a35592a6e2ac4183f00a63291feb"
url "https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.27.tar.gz"
sha256 "211618132974a864e3451ecd5c81a6dc7a361456b5e7d97a23f212ad8f6abb2d"
license "MIT"
revision 1

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "982f26e2a73cca9090ece47525b3448c1e11815b36c6a990bdccd09098e83994"
sha256 cellar: :any_skip_relocation, arm64_ventura: "982f26e2a73cca9090ece47525b3448c1e11815b36c6a990bdccd09098e83994"
sha256 cellar: :any_skip_relocation, arm64_monterey: "982f26e2a73cca9090ece47525b3448c1e11815b36c6a990bdccd09098e83994"
sha256 cellar: :any_skip_relocation, sonoma: "c87b99e048838f524e1853de457a5bc18f4dc2141619ad4930f9f36d24f1d19f"
sha256 cellar: :any_skip_relocation, ventura: "c87b99e048838f524e1853de457a5bc18f4dc2141619ad4930f9f36d24f1d19f"
sha256 cellar: :any_skip_relocation, monterey: "c87b99e048838f524e1853de457a5bc18f4dc2141619ad4930f9f36d24f1d19f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aefd31c7c90e11b14f773b63a42d5651580ce81b9cf19f684ff39c92ee0c123d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "47307860c82d9cdb8cf666f8874900d587123238da9454d15051df85b846576b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "47307860c82d9cdb8cf666f8874900d587123238da9454d15051df85b846576b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "47307860c82d9cdb8cf666f8874900d587123238da9454d15051df85b846576b"
sha256 cellar: :any_skip_relocation, sonoma: "cd8948dbc0b585c7936af8a0d4adbbbd2598e82927aec5256122d5c526bd1092"
sha256 cellar: :any_skip_relocation, ventura: "cd8948dbc0b585c7936af8a0d4adbbbd2598e82927aec5256122d5c526bd1092"
sha256 cellar: :any_skip_relocation, monterey: "cd8948dbc0b585c7936af8a0d4adbbbd2598e82927aec5256122d5c526bd1092"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2174334ae7aa23ee7282a5725935aae0092ea42166a0889bf51c127d0b3271b9"
end

depends_on "go" => :build
depends_on "ronn" => :build

# Temporarily apply patch to not flag new macOS runner names as invalid.
# Remove for >=1.6.26
patch do
url "https://github.com/rhysd/actionlint/commit/3123d5e319d8e7514be096d1762710e4b5d7e5e2.patch?full_index=1"
sha256 "8770ff3f7b93311a1849a512fdaa1649a0b23ff6dde3e031faaaa9b40f67c423"
end

def install
ldflags = "-s -w -X github.com/rhysd/actionlint.version=#{version}"
system "go", "build", *std_go_args(ldflags: ldflags), "./cmd/actionlint"
Expand Down

0 comments on commit 73316b9

Please sign in to comment.