system/salt: Updated for version 2018.3.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-11-03 21:09:00 +00:00 committed by Willy Sudiarto Raharjo
parent 7b538a7d5d
commit bad2bc92d4
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.2}
VERSION=${VERSION:-2018.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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