python/snuggs: Updated for version 1.4.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-01-02 06:08:11 -08:00 committed by Willy Sudiarto Raharjo
parent 89f05a55c9
commit f6bdf63a39
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=snuggs
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="snuggs"
VERSION="1.4.0"
VERSION="1.4.1"
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="https://github.com/mapbox/snuggs/archive/1.4.1/snuggs-1.4.1.tar.gz"
MD5SUM="3ebf763d49e6a7acd7fcc5545c64057d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click numpy pyparsing"