summaryrefslogtreecommitdiffstats
path: root/python/snuggs
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2016-07-31 10:22:41 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:48 +0100
commitacfcf015f91f2e8df54cb70312e3e07918a9a1aa (patch)
treeed63764bee91ba5a631663dfe07a6e044c84f678 /python/snuggs
parent0799e08a7cd1912015a3ae98317bba8ddfb9ae2f (diff)
downloadslackbuilds-acfcf015f91f2e8df54cb70312e3e07918a9a1aa.tar.gz
slackbuilds-acfcf015f91f2e8df54cb70312e3e07918a9a1aa.tar.xz
python/snuggs: Updated for version 1.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/snuggs')
-rw-r--r--python/snuggs/snuggs.SlackBuild2
-rw-r--r--python/snuggs/snuggs.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/snuggs/snuggs.SlackBuild b/python/snuggs/snuggs.SlackBuild
index c79c2e6e6b..02d7490cd9 100644
--- a/python/snuggs/snuggs.SlackBuild
+++ b/python/snuggs/snuggs.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=snuggs
-VERSION=${VERSION:-1.3.1}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/snuggs/snuggs.info b/python/snuggs/snuggs.info
index cf90247830..01f2d52c76 100644
--- a/python/snuggs/snuggs.info
+++ b/python/snuggs/snuggs.info
@@ -1,8 +1,8 @@
PRGNAM="snuggs"
-VERSION="1.3.1"
-HOMEPAGE="https://pypi.python.org/pypi/snuggs"
-DOWNLOAD="https://pypi.python.org/packages/source/s/snuggs/snuggs-1.3.1.tar.gz"
-MD5SUM="f812255b9b89d178a96c39395dba263d"
+VERSION="1.4.0"
+HOMEPAGE="https://github.com/mapbox/snuggs"
+DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.0/snuggs-1.4.0.tar.gz"
+MD5SUM="b8a7e114f6dbbc10c60aacf4c9e9c179"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click numpy pyparsing"