multimedia/stremio: Updated for version 4.4.165

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Martin Bångens 2023-12-25 09:10:07 +01:00 committed by Willy Sudiarto Raharjo
parent d95a890b5f
commit 8aa71d599d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 14 additions and 9 deletions

View file

@ -6,4 +6,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
ln -sf "$(which node)" "/usr/share/stremio/node"
which_node=$(which node 2>/dev/null)
if [ $? -eq 0 ]; then
ln -sf "$which_node" "/usr/share/stremio/node"
else
ln -sf "/usr/bin/node" "/usr/share/stremio/node"
fi

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=stremio
VERSION=${VERSION:-4.4.160}
VERSION=${VERSION:-4.4.165}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,18 +1,18 @@
PRGNAM="stremio"
VERSION="4.4.160"
VERSION="4.4.165"
HOMEPAGE="https://www.stremio.com"
DOWNLOAD="https://github.com/Stremio/stremio-shell/archive/v4.4.160/stremio-shell-4.4.160.tar.gz \
DOWNLOAD="https://github.com/Stremio/stremio-shell/archive/v4.4.165/stremio-shell-4.4.165.tar.gz \
https://github.com/Ivshti/razerchroma/archive/9904514/razerchroma-99045142479ba0e2fc3b9cccb72e348c67cd5829.tar.gz \
https://github.com/Ivshti/libmpv/archive/b0eae77/libmpv-b0eae77cf6dc59aaf142b7d079cb13a0904fd3ee.tar.gz \
https://github.com/itay-grudev/SingleApplication/archive/aede311/SingleApplication-aede311d28d20179216c5419b581087be2a8409f.tar.gz \
https://dl.strem.io/four/v4.4.160/server.js \
https://dl.strem.io/four/v4.4.160/stremio.asar"
MD5SUM="1266958ade36b892cd672234cbad1373\
https://dl.strem.io/four/v4.4.165/server.js \
https://dl.strem.io/four/v4.4.165/stremio.asar"
MD5SUM="a8f5e0ab1bbb43cb58981814e5bfd937\
ae4749875770e58021d751aea80acf4b\
1a3c6c3054b171289799bd54b68db6c1\
1caffe59b5bf00c1ffa8ef2889b86f8b\
d1d251d2085ea28d40f59978f1b96a81\
e8ea38c67da815e104ff7bd28bb4094c"
61fa3a8996dcece1823d3b73f10261b2\
07c4a04f3d67fbba45134d43f3aefbf4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mpv nodejs"