diff options
-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 a7129e831b13..488fe4b3b059 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 d4295a068056..53ec04ed9072 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" |