network/riot-web: Updated for version 1.6.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
mdrights 2020-05-23 07:18:25 +00:00 committed by Willy Sudiarto Raharjo
parent ed0074d03f
commit 762f4419db
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
PRGNAM=riot-web
PKGNAM=riot
VERSION=${VERSION:-1.5.7}
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ mv ${PKGNAM}-v${VERSION} $PKG/opt/${PRGNAM}
# Create a script to let the browser to launch the app.
mkdir -p $PKG/usr/bin
echo -e "#!/bin/sh
cd /opt/riot-web && python -m SimpleHTTPServer 8000 &
cd /opt/riot-web && python3 -m http.server 8000 --bind 127.0.0.1 &
sleep 5
$BROWSER http://localhost:8000" \
> $PKG/usr/bin/riot-web

View File

@ -1,10 +1,10 @@
PRGNAM="riot-web"
VERSION="1.5.7"
VERSION="1.6.0"
HOMEPAGE="https://riot.im/"
DOWNLOAD="https://github.com/vector-im/riot-web/releases/download/v1.5.7/riot-v1.5.7.tar.gz"
MD5SUM="26cd12c57a8e6c3ef9230efb7b95cd5b"
DOWNLOAD="https://github.com/vector-im/riot-web/releases/download/v1.6.0/riot-v1.6.0.tar.gz"
MD5SUM="6261bc00b53d68eea81d3db55952bf8d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3"
MAINTAINER="MDrights"
EMAIL="psychi2009@gmail.com"