Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint
Commits: 31b15c7a by Robin Candau at 2025-04-02T16:48:43+02:00 upgpkg: 25.2.0-1: New upstream release https://github.com/ansible/ansible-lint/releases/tag/v25.2.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ansible-lint pkgdesc = Checks playbooks for practices and behaviour that could potentially be improved. - pkgver = 25.1.3 - pkgrel = 2 + pkgver = 25.2.0 + pkgrel = 1 url = https://github.com/ansible/ansible-lint arch = any license = GPL-3.0-or-later @@ -28,10 +28,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.1.3 + source = git+https://github.com/ansible/ansible-lint.git#tag=v25.2.0 source = disable_version_check.patch source = ignore_yamllint_unknown_option.patch - b2sums = 758f308103624f3481b3f4b38f6251d5fb87955ffdffed93f30083e98c7e74e2ebfed81f98b47bf245fc2f034dc26a2eeefb3281000d313561a74ebe21ebdd7f + b2sums = 473d6e7eafa99457bdeaeff735dcee0853ff4b4decbf20ce706e7d6163bb02d5d0dbc99453da3d2817f915f3224bd572439bf77711da7b32947feae614b7b018 b2sums = 98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84 b2sums = 8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516 ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: Sander Boom <sanderb...@gmail.com> pkgname=ansible-lint -pkgver=25.1.3 -pkgrel=2 +pkgver=25.2.0 +pkgrel=1 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved." arch=('any') url="https://github.com/ansible/ansible-lint" @@ -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=('758f308103624f3481b3f4b38f6251d5fb87955ffdffed93f30083e98c7e74e2ebfed81f98b47bf245fc2f034dc26a2eeefb3281000d313561a74ebe21ebdd7f' +b2sums=('473d6e7eafa99457bdeaeff735dcee0853ff4b4decbf20ce706e7d6163bb02d5d0dbc99453da3d2817f915f3224bd572439bf77711da7b32947feae614b7b018' '98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84' '8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/31b15c7aadd8236e5526627cad18ef300c94a266 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/31b15c7aadd8236e5526627cad18ef300c94a266 You're receiving this email because of your account on gitlab.archlinux.org.