diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-04-07 08:03:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:58:09 +0700 |
commit | 51a05f13858af0e9afc8379eb1d413f065160c14 (patch) | |
tree | 28cd227b3563c251e792749ed196cc2b14698919 /development/jupyter-ipyleaflet | |
parent | 727eadde765f263e4827e3b006354cbfbc1dc7ca (diff) | |
download | slackbuilds-51a05f13858af0e9afc8379eb1d413f065160c14.tar.gz |
development/jupyter-ipyleaflet: Updated for version 0.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter-ipyleaflet')
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild index 175b83adeb..d7ede150b8 100644 --- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild +++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=ipyleaflet PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-0.2.1} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION-py27_1.tar.bz2 || tar xvf $CWD/linux-64_$SRCNAM-$VERSION-py27_1.tar.bz2 +tar xvf $CWD/$SRCNAM-$VERSION-py27_0.tar.bz2 || tar xvf $CWD/linux-64_$SRCNAM-$VERSION-py27_0.tar.bz2 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info index 542ae10492..8e854f85b9 100644 --- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info +++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-ipyleaflet" -VERSION="0.2.1" +VERSION="0.3.0" HOMEPAGE="https://github.com/ellisonbg/ipyleaflet" -DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.2.1/download/linux-64/ipyleaflet-0.2.1-py27_1.tar.bz2" -MD5SUM="bf7d95d371c4ebf896e0d917c71a8717" +DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.3.0/download/linux-64/ipyleaflet-0.3.0-py27_0.tar.bz2" +MD5SUM="a5b1c896b4f157bebf86ddb76ff42e51" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipywidgets" |