mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/snuggs: Updated for version 1.4.3.
This commit is contained in:
parent
68210d6559
commit
e27401bbd4
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue