diff options
-rw-r--r-- | python/snuggs/snuggs.SlackBuild | 2 | ||||
-rw-r--r-- | python/snuggs/snuggs.info | 8 |
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" |