diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 15:17:09 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 22:28:10 +0000 |
commit | f6e4bdb2b51f50d318ce5d996942422fd3a3f7e6 (patch) | |
tree | 4cca5388964169f1e9f309c2e1139f5c7a1cda93 | |
parent | 7f0d0fc685409d978c35270b264776253a8f5150 (diff) | |
download | aports-f6e4bdb2b51f50d318ce5d996942422fd3a3f7e6.tar.bz2 aports-f6e4bdb2b51f50d318ce5d996942422fd3a3f7e6.tar.xz |
testing/ansible: upgrade to 0.7
-rw-r--r-- | testing/ansible/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ansible/APKBUILD b/testing/ansible/APKBUILD index a9f51e6230..4640903a11 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.5 +pkgver=0.7 pkgrel=0 pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework" url="http://ansible.github.com/" @@ -47,4 +47,4 @@ package() { done } -md5sums="c282145371bb96b42168afbf0182024c ansible-0.5.tar.gz" +md5sums="4f27a654ba49bbeb7ae9b6282774f36a ansible-0.7.tar.gz" |