summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author mdrights2020-05-23 09:18:25 +0200
committer Willy Sudiarto Raharjo2020-05-23 13:19:57 +0200
commit762f4419db1cde0409d5e3f8c22bc3c019e79709 (patch)
treea4c1ee2b8292bd151cacdf272591873385072cc5 /network
parented0074d03fdb30fde2ae0f56100c935d31cefbb8 (diff)
downloadslackbuilds-762f4419db1cde0409d5e3f8c22bc3c019e79709.tar.gz
network/riot-web: Updated for version 1.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/riot-web/riot-web.SlackBuild4
-rw-r--r--network/riot-web/riot-web.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/network/riot-web/riot-web.SlackBuild b/network/riot-web/riot-web.SlackBuild
index 7232729f65..b3a2878311 100644
--- a/network/riot-web/riot-web.SlackBuild
+++ b/network/riot-web/riot-web.SlackBuild
@@ -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
diff --git a/network/riot-web/riot-web.info b/network/riot-web/riot-web.info
index efe3e91668..72fd335d9f 100644
--- a/network/riot-web/riot-web.info
+++ b/network/riot-web/riot-web.info
@@ -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"