python/snuggs: Updated for version 1.4.3.

This commit is contained in:
Benjamin Trigona-Harany 2019-02-25 11:53:12 -08:00 committed by Willy Sudiarto Raharjo
parent 68210d6559
commit e27401bbd4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for snuggs # 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. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=snuggs PRGNAM=snuggs
VERSION=${VERSION:-1.4.2} VERSION=${VERSION:-1.4.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="snuggs" PRGNAM="snuggs"
VERSION="1.4.2" VERSION="1.4.3"
HOMEPAGE="https://github.com/mapbox/snuggs" HOMEPAGE="https://github.com/mapbox/snuggs"
DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.2/snuggs-1.4.2.tar.gz" DOWNLOAD="https://github.com/mapbox/snuggs/archive/1.4.3/snuggs-1.4.3.tar.gz"
MD5SUM="f85a16439b69ec9a9f7fd04679c8981a" MD5SUM="e76ccbd05e486d12ac8610de5ed88f47"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="click numpy pyparsing" REQUIRES="click numpy pyparsing"