Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / molecule
Commits: 88938f02 by Robin Candau at 2026-03-05T18:31:41+01:00 upgpkg: 26.3.0-1: New upstream release https://github.com/ansible/molecule/releases/tag/v26.3.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 = 26.2.0 + pkgver = 26.3.0 pkgrel = 1 url = https://github.com/ansible-community/molecule arch = any @@ -43,8 +43,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=v26.2.0 - sha512sums = ac01476138e82b022c56dfb8d4d4a58bd52e3468a50abd6629d4942f8ab0772ca9df38bb6e1a82e2a6ee5b84b32f3b1bccea85e3dd6524850ad75a030c56b610 - b2sums = b84e6298120b50a6e3a5cd59f880423a6711c710251cbef426114904a4e66cf979da2917bd9951089c052e8af674d24b7d05f07314246917b4f5f5cda6c8b752 + source = git+https://github.com/ansible-community/molecule.git#tag=v26.3.0 + sha512sums = f310cf84c10361d0afd47c2ccc0ff0d4e1b89fa9364465f5a7204a3d9c48424cc0ed34a18800568c26acc09005025a48efbf0735e5d41dd8487000dedc9253ca + b2sums = 41a426fe35e520071b1cc05c1ed064d3ffcbf1291ab6897b08c29acbba609819ec0ca49e9bcc738b2dcf5cc4256226a1985d72a69993275f8cdfe0d887209348 pkgname = molecule ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: David Runge <[email protected]> pkgname=molecule -pkgver=26.2.0 +pkgver=26.3.0 pkgrel=1 pkgdesc="Aids in the development and testing of Ansible roles" url="https://github.com/ansible-community/molecule" @@ -19,8 +19,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=('ac01476138e82b022c56dfb8d4d4a58bd52e3468a50abd6629d4942f8ab0772ca9df38bb6e1a82e2a6ee5b84b32f3b1bccea85e3dd6524850ad75a030c56b610') -b2sums=('b84e6298120b50a6e3a5cd59f880423a6711c710251cbef426114904a4e66cf979da2917bd9951089c052e8af674d24b7d05f07314246917b4f5f5cda6c8b752') +sha512sums=('f310cf84c10361d0afd47c2ccc0ff0d4e1b89fa9364465f5a7204a3d9c48424cc0ed34a18800568c26acc09005025a48efbf0735e5d41dd8487000dedc9253ca') +b2sums=('41a426fe35e520071b1cc05c1ed064d3ffcbf1291ab6897b08c29acbba609819ec0ca49e9bcc738b2dcf5cc4256226a1985d72a69993275f8cdfe0d887209348') build() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/88938f02a349e081187ee9bf18cf0f1d417360a0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/88938f02a349e081187ee9bf18cf0f1d417360a0 You're receiving this email because of your account on gitlab.archlinux.org.
