summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2faaa5d3dc89..840d793c0251 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 = 19.3.0
+ pkgver = 19.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-19.3.0-1.tar.gz::https://github.com/ansible/awx/archive/19.3.0.tar.gz
- sha256sums = 93a74356f5b35d72f5aaddae698e854b04ac4cdf391977b0dc07463bcd11663c
+ source = awx-19.4.0-1.tar.gz::https://github.com/ansible/awx/archive/19.4.0.tar.gz
+ sha256sums = 27350b19c9259ba0680058790bb587635bff7a6a275eb792919e5b67b13746d9
pkgname = awx
diff --git a/PKGBUILD b/PKGBUILD
index 3acd1aacbba3..e6f32326f98f 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=19.3.0
+pkgver=19.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=('93a74356f5b35d72f5aaddae698e854b04ac4cdf391977b0dc07463bcd11663c')
+sha256sums=('27350b19c9259ba0680058790bb587635bff7a6a275eb792919e5b67b13746d9')
build() {
cd "$srcdir/${pkgname}-${pkgver}"