Skip to content
Closed
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
16 changes: 8 additions & 8 deletions Formula/a/ansible-lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

desc "Checks ansible playbooks for practices and behaviour"
homepage "https://ansible-lint.readthedocs.io/"
url "https://files.pythonhosted.org/packages/15/4c/e3e33869fe2bad5d263474f61bb606272ad2b913e5004b503b1f6adc50a8/ansible_lint-25.12.0.tar.gz"
sha256 "84fa30130fe8771d8d8997bff09fd2a762a053ae9530d498fa3e66eb74608fe9"
url "https://files.pythonhosted.org/packages/8b/34/2ea3c5d67c0fad03b24c0d2fc67767698c5862d30141525233f00225e57d/ansible_lint-25.12.1.tar.gz"
sha256 "b6e9abfb4b3223c8dd081fe3c986f123d83b07e7011d40a684972431efb4c7de"
license all_of: ["MIT", "GPL-3.0-or-later"]

bottle do
Expand All @@ -31,8 +31,8 @@
end

resource "ansible-core" do
url "https://files.pythonhosted.org/packages/02/5b/8992daa4102cf92eca06f7e40d9c9cfdb2d6440719dff9944417c570fea6/ansible_core-2.20.0.tar.gz"
sha256 "cd73faf28a056c933bc1eee8f66ab597e7ec7309d42c8a6e5d6e4294c4a78b54"
url "https://files.pythonhosted.org/packages/3e/47/3543ea4e7ad65859c0043e9a03e1da99c57c22dfb29027e9951dd58e7524/ansible_core-2.20.1.tar.gz"
sha256 "a891e5f90cd46626778f0f3d545ec1115840c9b50e8adf25944c5e1748452106"
end

resource "attrs" do
Expand All @@ -41,8 +41,8 @@
end

resource "black" do
url "https://files.pythonhosted.org/packages/8c/ad/33adf4708633d047950ff2dfdea2e215d84ac50ef95aff14a614e4b6e9b2/black-25.11.0.tar.gz"
sha256 "9a323ac32f5dc75ce7470501b887250be5005a01602e931a15e45593f70f6e08"
url "https://files.pythonhosted.org/packages/c4/d9/07b458a3f1c525ac392b5edc6b191ff140b596f9d77092429417a54e249d/black-25.12.0.tar.gz"
sha256 "8d3dd9cea14bff7ddc0eb243c811cdb1a011ebb4800a5f0335a01a68654796a7"
end

resource "bracex" do
Expand Down Expand Up @@ -101,8 +101,8 @@
end

resource "platformdirs" do
url "https://files.pythonhosted.org/packages/61/33/9611380c2bdb1225fdef633e2a9610622310fed35ab11dac9620972ee088/platformdirs-4.5.0.tar.gz"
sha256 "70ddccdd7c99fc5942e9fc25636a8b34d04c24b335100223152c2803e4063312"
url "https://files.pythonhosted.org/packages/cf/86/0248f086a84f01b37aaec0fa567b397df1a119f73c16f6c7a9aac73ea309/platformdirs-4.5.1.tar.gz"
sha256 "61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda"
end

resource "pytokens" do
Expand Down Expand Up @@ -151,7 +151,7 @@
(bin/name).write_env_script libexec/"bin"/name, PATH: "#{libexec}/bin:${PATH}"
end

test do

Check failure on line 154 in Formula/a/ansible-lint.rb

View workflow job for this annotation

GitHub Actions / macOS 26-arm64

`brew test --verbose ansible-lint` failed on macOS Tahoe (26) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:59:in '<main>'
mkdir ".git"
output = shell_output("#{bin}/ansible-lint --version 2>&1")
refute_match "WARNING", output
Expand Down
Loading