diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-28 17:47:09 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-06-18 16:26:28 +0000 |
commit | 24e677da19911e8bdc305ed2896111feef8f0971 (patch) | |
tree | c114a3ead363545d82d2fe8603cb92ddd3e19046 /testing/ansible | |
parent | c2479441a0e15522bd1846a3ccd070a68227e02c (diff) | |
download | aports-24e677da19911e8bdc305ed2896111feef8f0971.tar.bz2 aports-24e677da19911e8bdc305ed2896111feef8f0971.tar.xz |
testing/ansible: upgrade to 0.4
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 143fb82678..66d5ffacfa 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.3.1 +pkgver=0.4 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="28c36c5926af878ebfd39c932cb86650 ansible-0.3.1.tar.gz" +md5sums="f05cfbe7f6c5942d13a3fc685f79d7ad ansible-0.4.tar.gz" |