Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / molecule
Commits: 76ace95c by Robin Candau at 2026-02-26T10:12:06+01:00 upgpkg: 26.2.0-1: New upstream release https://github.com/ansible/molecule/releases/tag/v26.2.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = molecule pkgdesc = Aids in the development and testing of Ansible roles - pkgver = 25.12.0 - pkgrel = 2 + pkgver = 26.2.0 + pkgrel = 1 url = https://github.com/ansible-community/molecule arch = any license = MIT @@ -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=v25.12.0 - sha512sums = 0d43e5d56f10c657668ebee9e9158bc7d16ff04580b584972bb5e4f1a80d69ed1ac3339450058df9332b350a4cd3740e5cf2707fcc2d587047791af2f27146ea - b2sums = 7762c9e83e901199af8da0fc8a99a16652a6241c8e0168186b92e9a00e02011140ac3ce89f376227ac751014e7837062557b244fd41bbe8c6c16a22e09eae59d + source = git+https://github.com/ansible-community/molecule.git#tag=v26.2.0 + sha512sums = ac01476138e82b022c56dfb8d4d4a58bd52e3468a50abd6629d4942f8ab0772ca9df38bb6e1a82e2a6ee5b84b32f3b1bccea85e3dd6524850ad75a030c56b610 + b2sums = b84e6298120b50a6e3a5cd59f880423a6711c710251cbef426114904a4e66cf979da2917bd9951089c052e8af674d24b7d05f07314246917b4f5f5cda6c8b752 pkgname = molecule ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: David Runge <[email protected]> pkgname=molecule -pkgver=25.12.0 -pkgrel=2 +pkgver=26.2.0 +pkgrel=1 pkgdesc="Aids in the development and testing of Ansible roles" url="https://github.com/ansible-community/molecule" arch=('any') @@ -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=('0d43e5d56f10c657668ebee9e9158bc7d16ff04580b584972bb5e4f1a80d69ed1ac3339450058df9332b350a4cd3740e5cf2707fcc2d587047791af2f27146ea') -b2sums=('7762c9e83e901199af8da0fc8a99a16652a6241c8e0168186b92e9a00e02011140ac3ce89f376227ac751014e7837062557b244fd41bbe8c6c16a22e09eae59d') +sha512sums=('ac01476138e82b022c56dfb8d4d4a58bd52e3468a50abd6629d4942f8ab0772ca9df38bb6e1a82e2a6ee5b84b32f3b1bccea85e3dd6524850ad75a030c56b610') +b2sums=('b84e6298120b50a6e3a5cd59f880423a6711c710251cbef426114904a4e66cf979da2917bd9951089c052e8af674d24b7d05f07314246917b4f5f5cda6c8b752') build() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/76ace95c33e4747d805a3e03ebdf0b904085a4a8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/molecule/-/commit/76ace95c33e4747d805a3e03ebdf0b904085a4a8 You're receiving this email because of your account on gitlab.archlinux.org.
