summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2024-04-10 10:38:14 +0330
committerAmin Vakil2024-04-10 10:38:14 +0330
commit124e0a26ec1d5238e3295a7be9ecbde3eabb9b12 (patch)
treea7d164638551ed8d4f273aa1d634ad73066c1fef
parent8ebe9c584e57f17e32b9e4205d963d1b99fef9ed (diff)
downloadaur-awx.tar.gz
upgpkg: awx 24.2.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b1d7eba556..2ffaaac8a2f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awx
pkgdesc = AWX provides a web-based user interface, REST API, and task engine built on top of Ansible.
- pkgver = 24.1.0
+ pkgver = 24.2.0
pkgrel = 1
url = https://github.com/ansible/awx
arch = any
@@ -9,7 +9,7 @@ pkgbase = awx
depends = python
depends = gettext
options = !emptydirs
- source = awx-24.1.0-1.tar.gz::https://github.com/ansible/awx/archive/24.1.0.tar.gz
- sha256sums = 46e1efa096efb2426f2d6da16cc7e121d35a2072f3fa754f4b65d0521977596f
+ source = awx-24.2.0-1.tar.gz::https://github.com/ansible/awx/archive/24.2.0.tar.gz
+ sha256sums = 013ec949f3434dec2f04adc43d424e4492abb39fbc2cfaf2859de12aee6d3f76
pkgname = awx
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}"