aboutsummaryrefslogtreecommitdiffstats
path: root/main/ansible
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-09-25 20:56:45 +0900
committerNatanael Copa <ncopa@alpinelinux.org>2017-09-29 09:22:37 +0000
commit0345a73f7c1747e9fce51515201b0e28c644c8b9 (patch)
tree483711088f2baaec144a3c636ce5db85b87b9543 /main/ansible
parent2f1fc8e1ce78b37ea8edd80eea96b08bc71b1088 (diff)
downloadaports-0345a73f7c1747e9fce51515201b0e28c644c8b9.tar.bz2
aports-0345a73f7c1747e9fce51515201b0e28c644c8b9.tar.xz
main/ansible: upgrade to 2.4.0.0
Diffstat (limited to 'main/ansible')
-rw-r--r--main/ansible/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ansible/APKBUILD b/main/ansible/APKBUILD
index 30b36b351e..8821795b27 100644
--- a/main/ansible/APKBUILD
+++ b/main/ansible/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Takuya Noguchi <takninnovationresearch@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ansible
-pkgver=2.3.2.0
+pkgver=2.4.0.0
pkgrel=0
pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com"
@@ -13,7 +13,7 @@ _py=py2
depends="python2 $_py-yaml $_py-paramiko $_py-jinja2 $_py-markupsafe $_py-crypto"
makedepends="python2-dev py-setuptools"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -35,4 +35,4 @@ package() {
install -m644 README.md "$pkgdir"/usr/share/doc/$pkgname
}
-sha512sums="458506da8ae65a80b442834c6047f02eb92acf9f7dd4465c63b4360c4c4817a0f7c48c92a614b91760a54d036ed13f417edf3524bb8a34a8a53ceb11efc928ac ansible-2.3.2.0.tar.gz"
+sha512sums="78717b19599bdd46a7285b0b2a4c9d0d5b4cb86fd41dcf0b3340cf65945a55fae4508097058098fbeab871422c31d4f37ab4cd149abfd0af5add6004f65a207b ansible-2.4.0.0.tar.gz"