diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-07-08 15:11:27 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-08-06 19:31:52 +0000 |
commit | 155c71bcb0eaef152614e9421ab500cee7b72d48 (patch) | |
tree | 71891fdc43725d7ec2f66f5b291124b02187e99f /testing/ansible | |
parent | a15fb0a79c509097c26b24d97eba5b041db3b82f (diff) | |
download | aports-155c71bcb0eaef152614e9421ab500cee7b72d48.tar.bz2 aports-155c71bcb0eaef152614e9421ab500cee7b72d48.tar.xz |
testing/ansible: upgrade to 0.5
Diffstat (limited to 'testing/ansible')
-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 66d5ffacfa..a9f51e6230 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.4 +pkgver=0.5 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="f05cfbe7f6c5942d13a3fc685f79d7ad ansible-0.4.tar.gz" +md5sums="c282145371bb96b42168afbf0182024c ansible-0.5.tar.gz" |