summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeffrey Zhang2022-05-05 22:33:27 +0800
committerJeffrey Zhang2022-05-05 22:33:27 +0800
commit6c868bd04107ca8cb358636e1fb982db4fcee917 (patch)
tree32dd5914817d4c91b0f39abd481f9877f8156d07 /PKGBUILD
parent16db61d51c79ad299d2729c0af07ffcf13cd2b5c (diff)
downloadaur-6c868bd04107ca8cb358636e1fb982db4fcee917.tar.gz
bump to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a58ae40d4d9..16a6ba5aa782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeffrey Zhang <zhang.lei.fly@gmail.com>
pkgname=ansible-runner
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="A tool and python library that helps when interfacing with Ansible directly"
arch=("any")
@@ -13,8 +13,8 @@ depends=("python-psutil"
"python-yaml"
"python-six")
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/49/cf/a3efd54be7edee2d4a9f5e497d54d7038707aa22120abdefd191106232a2/ansible-runner-${pkgver}.tar.gz")
-sha256sums=('7684612f7543c5f07f3e8135667eeb22a9dbd98f625cc69901ba9924329ef24f')
+source=("https://files.pythonhosted.org/packages/f3/7b/b1e7e449959d53e37daeb454d0581ebf2aa3f3f23d51aaaa5c9835f7fefa/ansible-runner-${pkgver}.tar.gz")
+sha256sums=('6fafe0bcfdaa51b58bd3ae9c950a382549f4d9c194350ab135421dbbd0184d98')
build() {
cd ${pkgname}-${pkgver}