Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint
Commits: 1a3bccfa by Robin Candau at 2025-02-05T17:47:16+01:00 upgpkg: 25.1.2-1: New upstream release https://github.com/ansible/ansible-lint/releases/tag/v25.1.2 - - - - - 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.1.1 + pkgver = 25.1.2 pkgrel = 1 url = https://github.com/ansible/ansible-lint arch = any @@ -31,10 +31,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.1 + source = git+https://github.com/ansible/ansible-lint.git#tag=v25.1.2 source = disable_version_check.patch source = ignore_yamllint_unknown_option.patch - b2sums = efe9b0cca940e832baafdba606ba1cbf0d67b6883c20f0d738ad4f6d02533d2ef258c5a0a8d3d5188484e4b31c10e63c9a77360f21f7d1e8bdd1ab20a051ef9a + b2sums = 15c5c0a21173175e8492779abb00d7e692aa5b6b8d65ea076f45fe3886261c869b5854eef0536fe13aadcf93240580bac2b23954690cb512c9c3df27e0839cf8 b2sums = 98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84 b2sums = 8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=25.1.1 +pkgver=25.1.2 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=('efe9b0cca940e832baafdba606ba1cbf0d67b6883c20f0d738ad4f6d02533d2ef258c5a0a8d3d5188484e4b31c10e63c9a77360f21f7d1e8bdd1ab20a051ef9a' +b2sums=('15c5c0a21173175e8492779abb00d7e692aa5b6b8d65ea076f45fe3886261c869b5854eef0536fe13aadcf93240580bac2b23954690cb512c9c3df27e0839cf8' '98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84' '8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/1a3bccfa2312ab239186df47bc494b9cc479508e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/1a3bccfa2312ab239186df47bc494b9cc479508e You're receiving this email because of your account on gitlab.archlinux.org.
