Skip to content

Commit

Permalink
upgpkg: awx 24.6.0-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
aminvakil committed Jun 21, 2024
1 parent de7100e commit 8efa719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions awx/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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.5.0
pkgver = 24.6.0
pkgrel = 1
url = https://github.com/ansible/awx
arch = any
Expand All @@ -9,7 +9,7 @@ pkgbase = awx
depends = python
depends = gettext
options = !emptydirs
source = awx-24.5.0-1.tar.gz::https://github.com/ansible/awx/archive/24.5.0.tar.gz
sha256sums = f88d933435e3c2bf31cee34acee25ec3ca9c813934b6a910abb0e82869ae98e6
source = awx-24.6.0-1.tar.gz::https://github.com/ansible/awx/archive/24.6.0.tar.gz
sha256sums = b45638893e58d0062d63d95f79481f39f0c93b4180ef427097030be0895b76ff

pkgname = awx
4 changes: 2 additions & 2 deletions awx/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
# Contributor:anon at sansorgan.es
pkgname=awx
pkgver=24.5.0
pkgver=24.6.0
pkgrel=1
pkgdesc="AWX provides a web-based user interface, REST API, and task engine built on top of Ansible."
arch=('any')
Expand All @@ -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=('f88d933435e3c2bf31cee34acee25ec3ca9c813934b6a910abb0e82869ae98e6')
sha256sums=('b45638893e58d0062d63d95f79481f39f0c93b4180ef427097030be0895b76ff')

build() {
cd "$srcdir/${pkgname}-${pkgver}"
Expand Down

0 comments on commit 8efa719

Please sign in to comment.