summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-08-02 13:22:07 +0430
committerAmin Vakil2022-08-02 13:22:07 +0430
commite363629ea59127361d4fe4c0fdb5d282020e9e97 (patch)
treea2ddf24089078587a839e62bf6de45a7530946c7
parent108640ebc37078885276a195e881ec6f20cc8934 (diff)
downloadaur-e363629ea59127361d4fe4c0fdb5d282020e9e97.tar.gz
upgpkg: awx 21.4.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 436c479db304..70c2ef565207 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 = 21.3.0
+ pkgver = 21.4.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-21.3.0-1.tar.gz::https://github.com/ansible/awx/archive/21.3.0.tar.gz
- sha256sums = 01328f5e3e999c939f998f431ca6b7624034032846fe7c43b7addac016e35b7c
+ source = awx-21.4.0-1.tar.gz::https://github.com/ansible/awx/archive/21.4.0.tar.gz
+ sha256sums = 8865c956b03abe10740491964cb6ab2d5a7228114dd248a1624544294830a5f7
pkgname = awx
diff --git a/PKGBUILD b/PKGBUILD
index 572a5b290d78..70dfee59aa37 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=21.3.0
+pkgver=21.4.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=('01328f5e3e999c939f998f431ca6b7624034032846fe7c43b7addac016e35b7c')
+sha256sums=('8865c956b03abe10740491964cb6ab2d5a7228114dd248a1624544294830a5f7')
build() {
cd "$srcdir/${pkgname}-${pkgver}"