Skip to content

Commit 0f28a13

Browse files
committed
ansible/ansible-core: update to 12.2.0/2.19.4
1 parent 109ba5d commit 0f28a13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ansible-core/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Alexandre Ferreira <contact@alexjorgef.com>
22

33
pkgname=ansible-core
4-
pkgver=2.19.3
4+
pkgver=2.19.4
55
pkgrel=1
66
pkgdesc='Radically simple IT automation platform'
77
arch=('any')
@@ -23,7 +23,7 @@ replaces=('ansible-base')
2323
backup=('etc/ansible/ansible.cfg')
2424
source=("https://pypi.python.org/packages/source/a/ansible-core/ansible_core-${pkgver}.tar.gz"
2525
"0001-ctypes-cdll-loadlibrary-msys2.patch")
26-
sha512sums=('9d81bedcdddee19a4a76fe4bf01369241b62213c8e7af88c5eb8d55b9cfa776704651538144776012d947b267901d0221e38405f3c20c65e30f99c3c50b3b5f3'
26+
sha512sums=('85129bedbfeb72a8fc4cb71e72e40dd3e0db55894bdd0a0ede78c2a69a2f06fc26db9bb700f3aa5e867b93bb494c4239315c19192277c87573d353801b3b78c9'
2727
'9932c3dfcbfc05527b26f150ba54f2f927ed47a2ff0370108d2355fb80b07440669d7d92690fb3baaf8164852eb0ef366943a561e684cfd7ddfb8b727e2b0dce')
2828
noextract=("${pkgname/-/_}-${pkgver}.tar.gz")
2929

ansible/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pkgname=ansible
44
# Note: When packaging a new version of ansible, bump version of ansible-core in
55
# depends, if required.
6-
pkgver=12.1.0
6+
pkgver=12.2.0
77
pkgrel=1
88
pkgdesc='Official assortment of Ansible collections'
99
arch=('any')
@@ -21,7 +21,7 @@ depends=(
2121
# ansible is packaged / released. Check the ansible release notes to get the
2222
# corresponding version of ansible-core. It usually has a statement like
2323
# "Ansible x.y.z depends on ansible-core a.b.c" in it.
24-
'ansible-core>=2.19.3'
24+
'ansible-core>=2.19.4'
2525
)
2626
makedepends=(
2727
'python-setuptools'
@@ -30,7 +30,7 @@ makedepends=(
3030
'python-setuptools'
3131
)
3232
source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz")
33-
sha512sums=('68eccd1a11058fc5d3ee67e70afb36a1b3b45b63d7942c0771e3b326afb97c5a9d31d01a5a6615f3bb7d7b81c6a1fce3afcb463035c5ff65dd50d84accbbf2f4')
33+
sha512sums=('714e146a49385c3028f50b392c97759ea2660f2caa20a9baa7fae582e056b69b6cacf7af702adf6d77428532c58f45ec47815bd9979a4260eb9ab6762411b70f')
3434

3535
build() {
3636
cd ansible-${pkgver}

0 commit comments

Comments
 (0)