summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2018-03-23 13:43:00 -0400
committerVlad Glagolev2018-03-23 13:44:30 -0400
commit4099fbbcd6e4c2aa4c1d94097e83adb83ce833f4 (patch)
tree0b3dfe857baac299ed866519c95c688f16610c63
parent3a651d668d303aaacc9ae870296ebb51c2549556 (diff)
ansible: => 2.5.0
-rwxr-xr-xpython-pypi/ansible/DETAILS6
-rw-r--r--python-pypi/ansible/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/python-pypi/ansible/DETAILS b/python-pypi/ansible/DETAILS
index 35642ca9c4..74e0e3b6fd 100755
--- a/python-pypi/ansible/DETAILS
+++ b/python-pypi/ansible/DETAILS
@@ -1,15 +1,15 @@
SPELL=ansible
- VERSION=2.4.3.0
+ VERSION=2.5.0
BRANCH=`echo ${VERSION}|cut -d. -f1,2`
SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://releases.ansible.com/${SPELL}/${SOURCE}
SOURCE_URL[1]=https://pypi.io/packages/source/a/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e08144446284695fb0bc8b94daa82
+ SOURCE_HASH=sha512:93dee0404c5de0a9c8c5b8987f1fb2dbacceb848e8d5b4c70c5a6692d6fe8e9d4bec67d592071346f458b46b9ed2d800609a080d7d4b16266943f32d56a19220
if [[ ${ANSIBLE_SIMPLEINIT_MSB} == y ]]; then
SOURCE2="${SPELL}-${BRANCH}-simpleinit-msb.patch"
SOURCE2_URL[0]=http://ftp.sourcemage.us/mirror/${SOURCE2}
- SOURCE2_HASH=sha512:b7313460fe1684e056cb54b8b0bad8dd7137b768ea8e2b53c31c550bd535748676d3dab8871bcb290244f51c765a9f14eb9677d4cfd12ac3a14e06808bf756ad
+ SOURCE2_HASH=sha512:faff5fb1dfb8aa2fa8443256f4bdca616d743b6834ff48295d7dcd7d577046b742d2f6fc18560b8dcfb340c28e0f7eda5357eb22a8c89213977c64df941063ee
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
diff --git a/python-pypi/ansible/HISTORY b/python-pypi/ansible/HISTORY
index 9dfa727d8c..110e646e53 100644
--- a/python-pypi/ansible/HISTORY
+++ b/python-pypi/ansible/HISTORY
@@ -1,3 +1,6 @@
+2018-03-23 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.5.0
+
2018-01-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.4.3.0