diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-01-17 07:38:29 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-23 18:18:56 +0700 |
commit | 112fcafe99a6dcd266ba55767818fe7f87ebb506 (patch) | |
tree | 5091a6e093ceff5b772743526821f609ba0858c4 /python | |
parent | 7ae8091a04b7a9cf785992fc0105b3f5790d2879 (diff) | |
download | slackbuilds-112fcafe99a6dcd266ba55767818fe7f87ebb506.tar.gz |
python/python-branca: Updated for version 0.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-branca/python-branca.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-branca/python-branca.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-branca/python-branca.SlackBuild b/python/python-branca/python-branca.SlackBuild index ba9c5244a5..8c8f23f0a7 100644 --- a/python/python-branca/python-branca.SlackBuild +++ b/python/python-branca/python-branca.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-branca -# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2021 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=python-branca -VERSION=${VERSION:-0.4.1} +VERSION=${VERSION:-0.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-branca/python-branca.info b/python/python-branca/python-branca.info index 85f305bb01..fdf65ac536 100644 --- a/python/python-branca/python-branca.info +++ b/python/python-branca/python-branca.info @@ -1,8 +1,8 @@ PRGNAM="python-branca" -VERSION="0.4.1" +VERSION="0.4.2" HOMEPAGE="https://github.com/python-visualization/branca" -DOWNLOAD="https://github.com/python-visualization/branca/archive/v0.4.1/branca-0.4.1.tar.gz" -MD5SUM="5750f91f2332c77ace9635c5463ca0c9" +DOWNLOAD="https://github.com/python-visualization/branca/archive/v0.4.2/branca-0.4.2.tar.gz" +MD5SUM="fd4e5dca595444882349e0d8c31579a6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 six python3-six" |