summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOctavian Dinu2020-03-07 14:38:41 +0000
committerOctavian Dinu2020-03-07 14:38:41 +0000
commit982055274293608f96307db1a195c7ef06b56ad3 (patch)
treef71549f1485b666bfd0c8ee4c3dc9ecc20151a73
parent02489087069d7ec81bfc08e76298e7ed76e3a8dc (diff)
downloadaur-molecule.tar.gz
update to 3.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071f26096b84..e0cbede9ec9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = molecule
pkgdesc = aids in the development and testing of Ansible roles.
- pkgver = 3.0a5
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/ansible/molecule
arch = any
@@ -39,7 +39,7 @@ pkgbase = molecule
optdepends = python-boto: EC2 driver
optdepends = python-vagrant: vagrant driver
optdepends = python-shade: openstack driver
- source = molecule-3.0a5.tar.gz::https://github.com/ansible/molecule/archive/3.0a5.tar.gz
+ source = molecule-3.0.2.tar.gz::https://github.com/ansible/molecule/archive/3.0.2.tar.gz
sha256sums = a78050a00f51d806215e5cc5420dcb5c1403340fd25155b42f3b26d7cd10d97d
pkgname = molecule
diff --git a/PKGBUILD b/PKGBUILD
index 54afb8950d5e..169db2a88d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dncrash <dncrash at gmail dot com>
pkgname="molecule"
-pkgver=3.0a5
+pkgver=3.0.2
pkgrel=1
pkgdesc='aids in the development and testing of Ansible roles.'
url='https://github.com/ansible/molecule'