Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint
Commits: 01c097fa by Robin Candau at 2024-11-13T18:29:20+01:00 upgpkg: 24.10.0-1: New upstream release https://github.com/ansible/ansible-lint/releases/tag/v24.10.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 = 24.9.2 + pkgver = 24.10.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=v24.9.2 + source = git+https://github.com/ansible/ansible-lint.git#tag=v24.10.0 source = disable_version_check.patch source = ignore_yamllint_unknown_option.patch - b2sums = 39f8894f625bcac837ee41a3728c845df24112a5c3d0d8afdc485db061877dbf5afb97b4df458a51f719f185892a4bea5770b92ee87a6b04541689022e175e82 + b2sums = 68ffce86ea4aa1ac1b89bf014fbacb9f38f22e8bab3e9b393f7145eb7ea8ef6b00f420a04016c56528a9520c5a089a13e065cb50ea2bd4e78aecfca5c664a986 b2sums = 98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84 b2sums = 8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Sander Boom <[email protected]> pkgname=ansible-lint -pkgver=24.9.2 +pkgver=24.10.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=('39f8894f625bcac837ee41a3728c845df24112a5c3d0d8afdc485db061877dbf5afb97b4df458a51f719f185892a4bea5770b92ee87a6b04541689022e175e82' +b2sums=('68ffce86ea4aa1ac1b89bf014fbacb9f38f22e8bab3e9b393f7145eb7ea8ef6b00f420a04016c56528a9520c5a089a13e065cb50ea2bd4e78aecfca5c664a986' '98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84' '8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/01c097fa76c434e17be448f3f829bc8798ff3285 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/01c097fa76c434e17be448f3f829bc8798ff3285 You're receiving this email because of your account on gitlab.archlinux.org.
