Skip to content

Commit

Permalink
main/ansible: update to 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored and nekopsykose committed Sep 25, 2024
1 parent 0d85a70 commit a3410cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/ansible/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "ansible"
pkgver = "10.3.0"
pkgver = "10.4.0"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
Expand All @@ -19,7 +19,7 @@
license = "GPL-3.0-or-later"
url = "https://ansible.com"
source = f"$(PYPI_SITE)/a/ansible/ansible-{pkgver}.tar.gz"
sha256 = "6144fb4bc785f917f86b1b0b6eadc9b894e9751ff9e9a7875afcfa2f74581ffd"
sha256 = "5c12048831a6690fc865dfe03dc8ab61c3ba08b5d01b249a16b247ad99a60bc0"
# many collections either require additional Python modules, or the tests
# require dependencies that aren't in the tarball, or they're just broken
# (possibly due to Python version compat issues)
Expand Down

0 comments on commit a3410cf

Please sign in to comment.