From baa268317f98374e5e8ac3b70ce4258946d62515 Mon Sep 17 00:00:00 2001 From: Zarg <62082797+Zaarrg@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:13:10 +0100 Subject: [PATCH] Version Bump 5.0.15 --- CMakeLists.txt | 2 +- src/core/globals.h | 2 +- utils/chocolatey/stremio.nuspec | 2 +- utils/chocolatey/tools/chocolateyinstall.ps1 | 8 ++++---- utils/scoop/stremio-desktop-v5.json | 10 +++++----- version/version-details.json | 10 +++++----- version/version.json | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e118ef0..d61187c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(stremio VERSION "5.0.14") +project(stremio VERSION "5.0.15") set(CMAKE_CXX_STANDARD 20) set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") diff --git a/src/core/globals.h b/src/core/globals.h index ace4347..dcb513b 100644 --- a/src/core/globals.h +++ b/src/core/globals.h @@ -27,7 +27,7 @@ using json = nlohmann::json; #define APP_TITLE "Stremio - Freedom to Stream" #define APP_NAME "Stremio" #define APP_CLASS L"Stremio" -#define APP_VERSION "5.0.14" +#define APP_VERSION "5.0.15" // ----------------------------------------------------------------------------- // Globals diff --git a/utils/chocolatey/stremio.nuspec b/utils/chocolatey/stremio.nuspec index 931d047..59fd818 100644 --- a/utils/chocolatey/stremio.nuspec +++ b/utils/chocolatey/stremio.nuspec @@ -2,7 +2,7 @@ stremio-desktop-v5 - 5.0.14 + 5.0.15 Stremio Desktop v5 Zarg Zarg diff --git a/utils/chocolatey/tools/chocolateyinstall.ps1 b/utils/chocolatey/tools/chocolateyinstall.ps1 index dc0acc6..3685aa1 100644 --- a/utils/chocolatey/tools/chocolateyinstall.ps1 +++ b/utils/chocolatey/tools/chocolateyinstall.ps1 @@ -11,12 +11,12 @@ $packageArgs = @{ if ([Environment]::Is64BitOperatingSystem) { - $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.14/Stremio.5.0.14-x64.exe' - $packageArgs['checksum'] = '2d206f6e5d7ce22be968211ef445fa5febdeaf4cae8223945d7602296f03effe' + $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.15/Stremio.5.0.15-x64.exe' + $packageArgs['checksum'] = '8e4e4f77afc499814f67b174f6ef37e920900940ae174e5f62ddcd13a580fcd3' $packageArgs['checksumType'] = 'sha256' } else { - $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.14/Stremio.5.0.14-x86.exe' - $packageArgs['checksum'] = '2a8caede355650a6f018c53ab3b3fcd25c2fb264aa06c190ee007f0bf7d90f80' + $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.15/Stremio.5.0.15-x86.exe' + $packageArgs['checksum'] = '07c3c2f580cb1d62f75d8d41a950a5f043ce40c1bf83e84e669cf65c83e7697f' $packageArgs['checksumType'] = 'sha256' } diff --git a/utils/scoop/stremio-desktop-v5.json b/utils/scoop/stremio-desktop-v5.json index ef92246..cd605dd 100644 --- a/utils/scoop/stremio-desktop-v5.json +++ b/utils/scoop/stremio-desktop-v5.json @@ -1,12 +1,12 @@ { - "version": "5.0.14", + "version": "5.0.15", "description": "Stremio Desktop v5 Community", "homepage": "https://github.com/Zaarrg/stremio-desktop-v5", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.14/Stremio.5.0.14-x64.exe", - "hash": "2d206f6e5d7ce22be968211ef445fa5febdeaf4cae8223945d7602296f03effe", + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.15/Stremio.5.0.15-x64.exe", + "hash": "8e4e4f77afc499814f67b174f6ef37e920900940ae174e5f62ddcd13a580fcd3", "installer": { "args": [ "/S" @@ -24,8 +24,8 @@ } }, "32bit": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.14/Stremio.5.0.14-x86.exe", - "hash": "2a8caede355650a6f018c53ab3b3fcd25c2fb264aa06c190ee007f0bf7d90f80", + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.15/Stremio.5.0.15-x86.exe", + "hash": "07c3c2f580cb1d62f75d8d41a950a5f043ce40c1bf83e84e669cf65c83e7697f", "installer": { "args": [ "/S" diff --git a/version/version-details.json b/version/version-details.json index 54787b0..34cd073 100644 --- a/version/version-details.json +++ b/version/version-details.json @@ -1,13 +1,13 @@ { - "shellVersion": "5.0.14", + "shellVersion": "5.0.15", "files": { "windows-x64": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.14/Stremio.5.0.14-x64.exe", - "checksum": "2d206f6e5d7ce22be968211ef445fa5febdeaf4cae8223945d7602296f03effe" + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.15/Stremio.5.0.15-x64.exe", + "checksum": "8e4e4f77afc499814f67b174f6ef37e920900940ae174e5f62ddcd13a580fcd3" }, "windows-x86": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.14/Stremio.5.0.14-x86.exe", - "checksum": "2a8caede355650a6f018c53ab3b3fcd25c2fb264aa06c190ee007f0bf7d90f80" + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.15/Stremio.5.0.15-x86.exe", + "checksum": "07c3c2f580cb1d62f75d8d41a950a5f043ce40c1bf83e84e669cf65c83e7697f" }, "server.js": { "url": "https://dl.strem.io/server/v4.20.11/desktop/server.js", diff --git a/version/version.json b/version/version.json index 997f439..2e6be71 100644 --- a/version/version.json +++ b/version/version.json @@ -1,5 +1,5 @@ { "upToDate": false, "versionDesc": "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version-details.json", - "signature": "oGOLS4I+H0nFe2r8V3sa7NeU0yZvgt/PmGfD5ZVqRFeSYPdFIgGE7Ptqps1EOJs8djyRo8WnncWrKKCnMzvh2wjUsoMLIsXT0e7YizOVgS/kiEBYOnSsPccHkHCW4FUNuzwsvNRUwPSmqFSLQVs677B1hgPt0w9Y0sv7H9zThpJNqJaXz/Pb1ioV+gnNT2Tbi3xfBDmsg6c84xX2DPALmQU4VzEgmskDPOKjaeu3ZHxyFnzc1l6NEGUMd+bjnRoRTPfM71kOJ4DcCD1vrJpN6R3MUnkkMrjrZqO8uGtRQrqViM8Yb97H0nwZtXeDQGEbtRp+HALBlGMj8SOrhE+Ebg==" + "signature": "bSzUlZfuMXJZ2KYTwTw7PwYUP5A8Wruk3mZLdgAy1m7rZ9jrPiZYe2gZZdZyGJ6a0MMkZ2Ar+1R3TwOKLFgvbaGVfSPuGREwF40KwMtNT5dvYTtw2Gc1K3h1aWyROwqSHnEVHGJVoTJz41e7bnb9io/IfTaB2BRvSosdQJ363YouP+/FsS8grttvQFHiUWD7eibo/R3Hl36Ey9S/etdz2WF2TM9312k4iVmZAv9GE4IkgoOLhBhXRktaf0Jx8xNsSBb1R/sfKIMC0kA7SLgeqDVE5K22z+cSXjDB5ePdwGVTAHxMPLs5JzGJ2sFbKV64/LWoq4dT8xJgRlTayvvX8g==" } \ No newline at end of file