system/salt: Updated for version 2018.3.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-07-16 23:11:32 +01:00 committed by Willy Sudiarto Raharjo
parent cdf09e028e
commit 96d18fcc37
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=salt
VERSION=${VERSION:-2018.3.1}
VERSION=${VERSION:-2018.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="salt"
VERSION="2018.3.1"
VERSION="2018.3.2"
HOMEPAGE="https://saltstack.com/community/"
DOWNLOAD="https://files.pythonhosted.org/packages/5f/bf/2035c2059604e4074a4c140581ac489f8d7f8b63618eb8b89d544ab55615/salt-2018.3.1.tar.gz"
MD5SUM="e720f6a25a0a1aa6e83fa3a3c1771545"
DOWNLOAD="https://files.pythonhosted.org/packages/9b/84/48b46bad5fa13b47c10a71b4f58cf0f3a30fcb32b6a6599fca454b8c6256/salt-2018.3.2.tar.gz"
MD5SUM="6de86799b65ca4cc0305f5f1d61bc524"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="msgpack-python PyYAML Jinja2 MarkupSafe python-requests singledispatch tornado futures zeromq pyzmq pycrypto"