summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-12-21 21:41:07 +0330
committerAmin Vakil2022-12-21 21:41:07 +0330
commitc5066a0a99c3d548748b5e368a32b6e8f951d1b0 (patch)
tree172994056ef299d7ff706558c1f32804418e6581 /PKGBUILD
parentcba8a7144fa3610e3e6bb5a0911c017b1fa3485a (diff)
downloadaur-c5066a0a99c3d548748b5e368a32b6e8f951d1b0.tar.gz
upgpkg: awx 21.10.2-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 65fbb113d8c7..e19101aaf293 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.10.1
+pkgver=21.10.2
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=('f70cfc66466fe788f4018a7f06ce0a2467134856b81138b94fd8164b3b9255c6')
+sha256sums=('15af90cecf570e81caeb7feecbbe9d9e906be0b43340d4b18a0e1d6e955bc1d5')
build() {
cd "$srcdir/${pkgname}-${pkgver}"