summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-02-25 20:53:12 +0100
committer Willy Sudiarto Raharjo2019-03-02 01:40:19 +0100
commite27401bbd445e57fe5e3ec6f162065c3110cd329 (patch)
treefd80d41d5e82bb907522ab0ba40dba2590506d38 /python
parent68210d6559a5d9d518d4d3450cebeeae0c0a3146 (diff)
downloadslackbuilds-e27401bbd445e57fe5e3ec6f162065c3110cd329.tar.gz
python/snuggs: Updated for version 1.4.3.
Diffstat (limited to 'python')
-rw-r--r--python/snuggs/snuggs.SlackBuild4
-rw-r--r--python/snuggs/snuggs.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/snuggs/snuggs.SlackBuild b/python/snuggs/snuggs.SlackBuild
index a11e1b2331..37e474ef39 100644
--- a/python/snuggs/snuggs.SlackBuild
+++ b/python/snuggs/snuggs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for snuggs
-# Copyright 2015-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2015-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=snuggs
-VERSION=${VERSION:-1.4.2}
+VERSION=${VERSION:-1.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/snuggs/snuggs.info b/python/snuggs/snuggs.info
index 7413ee8d78..a2660e1848 100644
--- a/python/snuggs/snuggs.info
+++ b/python/snuggs/snuggs.info
@@ -1,8 +1,8 @@
PRGNAM="snuggs"
-VERSION="1.4.2"
+VERSION="1.4.3"
HOMEPAGE="https://github.com/mapbox/snuggs"
-DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.2/snuggs-1.4.2.tar.gz"
-MD5SUM="f85a16439b69ec9a9f7fd04679c8981a"
+DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.3/snuggs-1.4.3.tar.gz"
+MD5SUM="e76ccbd05e486d12ac8610de5ed88f47"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click numpy pyparsing"