diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-01-01 13:56:29 -0800 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 02:11:10 -0600 |
commit | 6cb6026ce8b60003cbb4489cb4d72c6581442896 (patch) | |
tree | de88b0e1cc1c2cdb7bb5b49d02206230b1e1572b /development/jupyter-ipyleaflet | |
parent | 11e83ce96af1896653df1db163d395d3799cbddb (diff) | |
download | slackbuilds-6cb6026ce8b60003cbb4489cb4d72c6581442896.tar.gz |
development/jupyter-ipyleaflet: Updated for version 0.11.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/jupyter-ipyleaflet')
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild | 9 | ||||
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild index a7129e831b..488fe4b3b0 100644 --- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild +++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-ipyleaflet -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,12 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=ipyleaflet -PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-0.10.1} +PRGNAM=jupyter-ipyleaflet +VERSION=${VERSION:-0.11.6} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} +SRCNAM=ipyleaflet + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info index d4295a0680..53ec04ed90 100644 --- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info +++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipyleaflet" -VERSION="0.10.1" +VERSION="0.11.6" HOMEPAGE="https://github.com/ellisonbg/ipyleaflet" -DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.10.1/download/linux-64/ipyleaflet-0.10.1-py37_0.tar.bz2" -MD5SUM="53329a5c29512903e07e6ad443291fd8" +DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.11.6/download/linux-64/ipyleaflet-0.11.6-py37_0.tar.bz2" +MD5SUM="7ec9fb700cf2052f10fca3092b0a35a7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipywidgets python-branca traittypes" |