Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint
Commits: 8b79fa32 by Robin Candau at 2025-09-16T18:55:24+02:00 upgpkg: 25.9.0-1: New upstream release https://github.com/ansible/ansible-lint/releases/tag/v25.9.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ansible-lint pkgdesc = Checks playbooks for practices and behaviour that could potentially be improved. - pkgver = 25.8.2 + pkgver = 25.9.0 pkgrel = 1 url = https://github.com/ansible/ansible-lint arch = any @@ -30,10 +30,10 @@ pkgbase = ansible-lint depends = python-wcmatch depends = python-importlib-metadata optdepends = ansible: check official ansible collections - source = git+https://github.com/ansible/ansible-lint.git#tag=v25.8.2 + source = git+https://github.com/ansible/ansible-lint.git#tag=v25.9.0 source = disable_version_check.patch source = ignore_yamllint_unknown_option.patch - b2sums = 380af0f3f61ece7272af7ca94a46fe24967cf97019b60a1ac339a52ab44a7e2377992c902378be77d23787f5652c9c12f0aae2e327ad465a010afd6b5e4a14a3 + b2sums = 7dd729f62e7fba123e5a6a21facdf92c8f7b5db7c5ecb7a9f6faa44cbfd3cfda972603a83f804d25e2769e756afc0c47db4d505ef246a574a5fcd17db49f43da b2sums = 98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84 b2sums = 8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=25.8.2 +pkgver=25.9.0 pkgrel=1 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved." arch=('any') @@ -18,7 +18,7 @@ optdepends=('ansible: check official ansible collections') source=(git+https://github.com/ansible/ansible-lint.git#tag=v$pkgver disable_version_check.patch ignore_yamllint_unknown_option.patch) -b2sums=('380af0f3f61ece7272af7ca94a46fe24967cf97019b60a1ac339a52ab44a7e2377992c902378be77d23787f5652c9c12f0aae2e327ad465a010afd6b5e4a14a3' +b2sums=('7dd729f62e7fba123e5a6a21facdf92c8f7b5db7c5ecb7a9f6faa44cbfd3cfda972603a83f804d25e2769e756afc0c47db4d505ef246a574a5fcd17db49f43da' '98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84' '8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/8b79fa327ad620ca3bb4d0832c998adabfbd64a1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/8b79fa327ad620ca3bb4d0832c998adabfbd64a1 You're receiving this email because of your account on gitlab.archlinux.org.
