summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-06-08 02:15:16 +0200
committer Willy Sudiarto Raharjo2018-06-09 02:15:37 +0200
commite0f8b9d0887e84c678902d129463d049b6cb7e73 (patch)
tree2a9d535d412e980d4c59e823571cfea54c20d1d6
parentc2696d3b5b5114f8599a0f8e57fb1e66d2a31df8 (diff)
downloadslackbuilds-e0f8b9d0887e84c678902d129463d049b6cb7e73.tar.gz
python/snuggs: Updated for version 1.4.2.
-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 442b51284f..a11e1b2331 100644
--- a/python/snuggs/snuggs.SlackBuild
+++ b/python/snuggs/snuggs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for snuggs
-# Copyright 2015 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2015-2018 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.1}
+VERSION=${VERSION:-1.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/snuggs/snuggs.info b/python/snuggs/snuggs.info
index ced595fe62..7413ee8d78 100644
--- a/python/snuggs/snuggs.info
+++ b/python/snuggs/snuggs.info
@@ -1,8 +1,8 @@
PRGNAM="snuggs"
-VERSION="1.4.1"
+VERSION="1.4.2"
HOMEPAGE="https://github.com/mapbox/snuggs"
-DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.1/snuggs-1.4.1.tar.gz"
-MD5SUM="3ebf763d49e6a7acd7fcc5545c64057d"
+DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.2/snuggs-1.4.2.tar.gz"
+MD5SUM="f85a16439b69ec9a9f7fd04679c8981a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click numpy pyparsing"