summaryrefslogtreecommitdiffstats
path: root/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild')
-rw-r--r--development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild9
1 files changed, 5 insertions, 4 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 ;;