Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint
Commits: 90527ad0 by Robin Candau at 2026-06-30T23:14:32+02:00 upgpkg: 26.6.0-1: New upstream release https://github.com/ansible/ansible-lint/releases/tag/v26.6.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 = 26.4.0 + pkgver = 26.6.0 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=v26.4.0 + source = git+https://github.com/ansible/ansible-lint.git#tag=v26.6.0 source = disable_version_check.patch source = ignore_yamllint_unknown_option.patch - b2sums = 79b0c7815cef7b57a8b67363140e7a1b2e937cd82b3fad91a5a6444330cf4304342f80571dfde2b501f749f44446104776015e5ac84ad7e70297ece77e873ea4 + b2sums = 6d6afb0b29b092986552ff90e5c6d937ef01b3e2d655bf524f5f6cfe618ae02f70e96c7c6c3e7ac055c9fa50fff54adfb499788ded9cb6a7cbc748139626613f b2sums = 98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84 b2sums = 8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=26.4.0 +pkgver=26.6.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=('79b0c7815cef7b57a8b67363140e7a1b2e937cd82b3fad91a5a6444330cf4304342f80571dfde2b501f749f44446104776015e5ac84ad7e70297ece77e873ea4' +b2sums=('6d6afb0b29b092986552ff90e5c6d937ef01b3e2d655bf524f5f6cfe618ae02f70e96c7c6c3e7ac055c9fa50fff54adfb499788ded9cb6a7cbc748139626613f' '98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84' '8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/90527ad066cde219fb3bef2d2daf4d31211182dc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/90527ad066cde219fb3bef2d2daf4d31211182dc You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
