From 7341531d7ddf3297a1f534298a97330289a84ec6 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 24 Feb 2017 01:00:09 -0500 Subject: [PATCH] salt: update to 2016.11.3. --- srcpkgs/salt/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index 5745b8d8938..b1065c25d88 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,6 +1,6 @@ # Template file for 'salt' pkgname=salt -version=2016.11.2 +version=2016.11.3 revision=1 build_style=python2-module noarch=yes @@ -9,13 +9,14 @@ conf_files="/etc/salt/*" hostmakedepends="python-devel" makedepends="python-devel" depends="python-yaml python-Jinja2 python-requests python-pyzmq python-crypto -python-M2Crypto python-tornado python-msgpack dmidecode pciutils" + python-M2Crypto python-tornado python-msgpack dmidecode pciutils" +#changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html" short_desc="Remote execution system, and configuration manager" maintainer="Toyam Cox " license="Apache-2.0" homepage="http://saltstack.org/" distfiles="$PYPI_SITE/s/salt/salt-${version}.tar.gz" -checksum=f5c3d3cf4293d5b80a93790c76dec61421991c9c54222abd7327b3437ad13a43 +checksum=9d5849f38a858288ebc6ef790ced86ae724e61b06e3ee27e6cecf3f6c1ecbc51 post_install() { vmkdir /etc/salt 0750