diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 15:28:28 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 22:28:11 +0000 |
commit | f7263b79f484f5ea880906f7c4166e5631788955 (patch) | |
tree | 140af6add2084d5ff0d48001b360a013d6cfe528 | |
parent | 02221465f9a3d5946d10d178a14479ccc0df38b6 (diff) | |
download | aports-f7263b79f484f5ea880906f7c4166e5631788955.tar.bz2 aports-f7263b79f484f5ea880906f7c4166e5631788955.tar.xz |
testing/ansible: upgrade to 0.7.1
-rw-r--r-- | testing/ansible/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ansible/APKBUILD b/testing/ansible/APKBUILD index 4640903a11..900d66c5c6 100644 --- a/testing/ansible/APKBUILD +++ b/testing/ansible/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=ansible -pkgver=0.7 +pkgver=0.7.1 pkgrel=0 pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework" url="http://ansible.github.com/" |