diff options
author | mdrights <mdrights@tutanota.de> | 2020-05-23 07:18:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 18:19:57 +0700 |
commit | 762f4419db1cde0409d5e3f8c22bc3c019e79709 (patch) | |
tree | a4c1ee2b8292bd151cacdf272591873385072cc5 /network/riot-web/riot-web.SlackBuild | |
parent | ed0074d03fdb30fde2ae0f56100c935d31cefbb8 (diff) |
network/riot-web: Updated for version 1.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/riot-web/riot-web.SlackBuild')
-rw-r--r-- | network/riot-web/riot-web.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/riot-web/riot-web.SlackBuild b/network/riot-web/riot-web.SlackBuild index 7232729f654f7..b3a2878311a48 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 |