summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-04-10 10:38:14 +0330
committerAmin Vakil2024-04-10 10:38:14 +0330
commit124e0a26ec1d5238e3295a7be9ecbde3eabb9b12 (patch)
treea7d164638551ed8d4f273aa1d634ad73066c1fef /PKGBUILD
parent8ebe9c584e57f17e32b9e4205d963d1b99fef9ed (diff)
downloadaur-124e0a26ec1d5238e3295a7be9ecbde3eabb9b12.tar.gz
upgpkg: awx 24.2.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 842c5f8a5e08..e9462276da28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
# Contributor:anon at sansorgan.es
pkgname=awx
-pkgver=24.1.0
+pkgver=24.2.0
pkgrel=1
pkgdesc="AWX provides a web-based user interface, REST API, and task engine built on top of Ansible."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'gettext')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/ansible/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('46e1efa096efb2426f2d6da16cc7e121d35a2072f3fa754f4b65d0521977596f')
+sha256sums=('013ec949f3434dec2f04adc43d424e4492abb39fbc2cfaf2859de12aee6d3f76')
build() {
cd "$srcdir/${pkgname}-${pkgver}"