summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-04-24 13:34:35 +0330
committerAmin Vakil2024-04-24 13:34:35 +0330
commit9aaefa9d052de7e63772d8295a6e67056479b848 (patch)
treebced88e2a1fb192b0080e74403be26ec7dd80da6 /PKGBUILD
parent124e0a26ec1d5238e3295a7be9ecbde3eabb9b12 (diff)
downloadaur-9aaefa9d052de7e63772d8295a6e67056479b848.tar.gz
upgpkg: awx 24.3.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 e9462276da28..abb34925facb 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.2.0
+pkgver=24.3.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=('013ec949f3434dec2f04adc43d424e4492abb39fbc2cfaf2859de12aee6d3f76')
+sha256sums=('eaec3ea6343fa931713dc3e0898aace80b2f9a8e4b3f885740e4cdb467ab8c06')
build() {
cd "$srcdir/${pkgname}-${pkgver}"