summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Martin BĂ„ngens2023-07-01 19:10:57 +0200
committer Willy Sudiarto Raharjo2023-07-02 18:21:20 +0200
commite1676d01eedd31cc2ffe291077d3a50e2d87f59a (patch)
tree1cdfe600942702bf53ee16acabb176dfb05e00ba
parenta40a258977a1f5d32a46e4af8293798a171eba88 (diff)
downloadslackbuilds-e1676d01eedd31cc2ffe291077d3a50e2d87f59a.tar.gz
multimedia/stremio: Updated for version 4.4.160.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--multimedia/stremio/no-js-download.patch2
-rw-r--r--multimedia/stremio/stremio.SlackBuild2
-rw-r--r--multimedia/stremio/stremio.info14
3 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/stremio/no-js-download.patch b/multimedia/stremio/no-js-download.patch
index 06a7416f24..6814b9008f 100644
--- a/multimedia/stremio/no-js-download.patch
+++ b/multimedia/stremio/no-js-download.patch
@@ -30,7 +30,7 @@
cd "$@" && printf 16,22,24,32,64,128 | xargs -I^ -d, sh -c 'rsvg-convert ../images/stremio.svg -w ^ -o smartcode-stremio_^.png && rsvg-convert ../images/stremio_tray_white.svg -w ^ -o smartcode-stremio-tray_^.png'
-${SERVER_JS}:
-- wget "https://s3-eu-west-1.amazonaws.com/stremio-artifacts/four/v$(shell ./dist-utils/common/get-version.sh)/server.js" -qO ${SERVER_JS} || rm ${SERVER_JS}
+- wget "${shell cat server-url.txt}" -qO ${SERVER_JS} || rm ${SERVER_JS}
-
${STREMIO_BIN}:
mkdir -p ${BUILD_DIR}
diff --git a/multimedia/stremio/stremio.SlackBuild b/multimedia/stremio/stremio.SlackBuild
index 380d8c0cf0..0db4407420 100644
--- a/multimedia/stremio/stremio.SlackBuild
+++ b/multimedia/stremio/stremio.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=stremio
-VERSION=${VERSION:-4.4.159}
+VERSION=${VERSION:-4.4.160}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/multimedia/stremio/stremio.info b/multimedia/stremio/stremio.info
index e0b1908c70..126e539992 100644
--- a/multimedia/stremio/stremio.info
+++ b/multimedia/stremio/stremio.info
@@ -1,18 +1,18 @@
PRGNAM="stremio"
-VERSION="4.4.159"
+VERSION="4.4.160"
HOMEPAGE="https://www.stremio.com"
-DOWNLOAD="https://github.com/Stremio/stremio-shell/archive/v4.4.159/stremio-shell-4.4.159.tar.gz \
+DOWNLOAD="https://github.com/Stremio/stremio-shell/archive/v4.4.160/stremio-shell-4.4.160.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.159/server.js \
- https://dl.strem.io/four/v4.4.159/stremio.asar"
-MD5SUM="9b037dc020108c84f23d62256f588c46\
+ https://dl.strem.io/four/v4.4.160/server.js \
+ https://dl.strem.io/four/v4.4.160/stremio.asar"
+MD5SUM="1266958ade36b892cd672234cbad1373\
ae4749875770e58021d751aea80acf4b\
1a3c6c3054b171289799bd54b68db6c1\
1caffe59b5bf00c1ffa8ef2889b86f8b\
- eff4ba648431c0ab9817a68b8f462215\
- d07b0e981c29b3086da847391408bf9f"
+ d1d251d2085ea28d40f59978f1b96a81\
+ e8ea38c67da815e104ff7bd28bb4094c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mpv nodejs"