Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / molecule
Commits: 83b9f90c by Robin Candau at 2024-09-12T08:44:20+02:00 upgpkg: 24.9.0-1: New upstream release https://github.com/ansible/molecule/releases/tag/v24.9.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = molecule pkgdesc = Aids in the development and testing of Ansible roles - pkgver = 24.8.0 + pkgver = 24.9.0 pkgrel = 1 url = https://github.com/ansible-community/molecule arch = any @@ -40,8 +40,8 @@ pkgbase = molecule optdepends = molecule-vagrant: for the vagrant driver optdepends = python-pywinrm: for Windows support optdepends = python-pytest-testinfra: for the testinfra verifier - source = git+https://github.com/ansible-community/molecule.git#tag=v24.8.0 - sha512sums = e0d0315ab3030e7cac0be7c96201108006303e471f49f4e7a453253de5fa2ddc6061ae3de4375582792530d7c1d68ef8969c78de29efbff764f80fccacc44502 - b2sums = f210cdaebcd8e2e20feeba1a36303f2299667d85390726a24927d424dd8740d140082f95bceaebe821d6ce3bebe9d470e5f0ac2a9b3ef62a665946c4ec025da4 + source = git+https://github.com/ansible-community/molecule.git#tag=v24.9.0 + sha512sums = 47266650de7dc749a7129a9ba72c902acc5e390e7ad6bc4597a28946be5315b1dbe9637f92e151f0225e196e8c5a38cdfb86b8f0326c4a0fd884ad62c54c4b55 + b2sums = 4cab8edad8be52b456c875ff5e969fe19534d55443304a37aa0b6e937ea9de6ebac8a8eedd4751f6d85c83cc99c2b6799bd34745fa35091cf6707b18801b464b pkgname = molecule ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: David Runge <[email protected]> pkgname=molecule -pkgver=24.8.0 +pkgver=24.9.0 pkgrel=1 pkgdesc="Aids in the development and testing of Ansible roles" url="https://github.com/ansible-community/molecule" @@ -18,8 +18,8 @@ optdepends=('ansible: for the ansible verifier' 'python-pywinrm: for Windows support' 'python-pytest-testinfra: for the testinfra verifier') source=("git+${url}.git#tag=v${pkgver}") -sha512sums=('e0d0315ab3030e7cac0be7c96201108006303e471f49f4e7a453253de5fa2ddc6061ae3de4375582792530d7c1d68ef8969c78de29efbff764f80fccacc44502') -b2sums=('f210cdaebcd8e2e20feeba1a36303f2299667d85390726a24927d424dd8740d140082f95bceaebe821d6ce3bebe9d470e5f0ac2a9b3ef62a665946c4ec025da4') +sha512sums=('47266650de7dc749a7129a9ba72c902acc5e390e7ad6bc4597a28946be5315b1dbe9637f92e151f0225e196e8c5a38cdfb86b8f0326c4a0fd884ad62c54c4b55') +b2sums=('4cab8edad8be52b456c875ff5e969fe19534d55443304a37aa0b6e937ea9de6ebac8a8eedd4751f6d85c83cc99c2b6799bd34745fa35091cf6707b18801b464b') build() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/83b9f90ce39b07f9837a638aef888a3de184f3ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/83b9f90ce39b07f9837a638aef888a3de184f3ca You're receiving this email because of your account on gitlab.archlinux.org.
