Version Bump 5.0.18

This commit is contained in:
Zarg 2025-05-26 06:17:53 +02:00
parent 76bbdf64a9
commit 9142d89a1e
8 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(stremio VERSION "5.0.17")
project(stremio VERSION "5.0.18")
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

View file

@ -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.17"
#define APP_VERSION "5.0.18"
// -----------------------------------------------------------------------------
// Globals

Binary file not shown.

View file

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>stremio-desktop-v5</id>
<version>5.0.17</version>
<version>5.0.18</version>
<title>Stremio Desktop v5</title>
<authors>Zarg</authors>
<owners>Zarg</owners>

View file

@ -11,12 +11,12 @@ $packageArgs = @{
if ([Environment]::Is64BitOperatingSystem) {
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.17/Stremio.5.0.17-x64.exe'
$packageArgs['checksum'] = '27ca55ded0c74e6e1d7f143f491e4cd35fb0e4f50a1ab6412311de543e6aa257'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x64.exe'
$packageArgs['checksum'] = '9a04f81d5ef6e76207e2af1d8fa567b1f6c5edd696b8c49fb5b94261ebf04ea9'
$packageArgs['checksumType'] = 'sha256'
} else {
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.17/Stremio.5.0.17-x86.exe'
$packageArgs['checksum'] = 'd42cc1b9b8aab6c8f3309741fe40e1e34ae856b4eff9806dde277f96b2384405'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x86.exe'
$packageArgs['checksum'] = '3633ad3eda25c26e4b213f5a93f845ed226a9fb5186df59293e8576fc2de2d32'
$packageArgs['checksumType'] = 'sha256'
}

View file

@ -1,12 +1,12 @@
{
"version": "5.0.17",
"version": "5.0.18",
"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.17/Stremio.5.0.17-x64.exe",
"hash": "27ca55ded0c74e6e1d7f143f491e4cd35fb0e4f50a1ab6412311de543e6aa257",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x64.exe",
"hash": "9a04f81d5ef6e76207e2af1d8fa567b1f6c5edd696b8c49fb5b94261ebf04ea9",
"installer": {
"args": [
"/S"
@ -24,8 +24,8 @@
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.17/Stremio.5.0.17-x86.exe",
"hash": "d42cc1b9b8aab6c8f3309741fe40e1e34ae856b4eff9806dde277f96b2384405",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x86.exe",
"hash": "3633ad3eda25c26e4b213f5a93f845ed226a9fb5186df59293e8576fc2de2d32",
"installer": {
"args": [
"/S"

View file

@ -1,13 +1,13 @@
{
"shellVersion": "5.0.17",
"shellVersion": "5.0.18",
"files": {
"windows-x64": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.17/Stremio.5.0.17-x64.exe",
"checksum": "27ca55ded0c74e6e1d7f143f491e4cd35fb0e4f50a1ab6412311de543e6aa257"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x64.exe",
"checksum": "9a04f81d5ef6e76207e2af1d8fa567b1f6c5edd696b8c49fb5b94261ebf04ea9"
},
"windows-x86": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.17/Stremio.5.0.17-x86.exe",
"checksum": "d42cc1b9b8aab6c8f3309741fe40e1e34ae856b4eff9806dde277f96b2384405"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x86.exe",
"checksum": "3633ad3eda25c26e4b213f5a93f845ed226a9fb5186df59293e8576fc2de2d32"
},
"server.js": {
"url": "https://dl.strem.io/server/v4.20.11/desktop/server.js",

View file

@ -1,5 +1,5 @@
{
"upToDate": false,
"versionDesc": "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version-details.json",
"signature": "E/lSieAP51v8s61O99vEcuUjcjcfcALI4s3nwrCL8cevoaWVFFQGPeMe6KxJ3vWeS586Ub1IVkooiaFOgJxK6W4OVGthz1+ONXHoB2S9EDcoKey4Uc9GdCpjgwSEBVE3Y/iopm1U4uqnmXzXmwX8etxb8cHXa19BgbSqro12ehrzTSuMmCVVByyPjAS3wAJcZE6mjFXyOmWlwpCPhCjsQdsk1cS8CHc7sZgeUVPhGVe4x+NMR0oq8JCjlS0an1T8hcV+JjoZkURZ3dLT7WE5aSPOT4JNIY2sfaBrUet5dEyAFzUahbXs19YCNzlFS0xyJ54zM6NXP67zFrn2NzIClw=="
"signature": "lB0JmhHa6ig9Of0F/g0wQkNTRm9yAPchKHYHcwuDPS9LYI6mKIc292SkGDEV3o7fYqGz5aJKv8UN/hUwN4l6dso+/y3bL+L1GFyAwDcp8YkqncdIA9EZB/x+4X8/oTXTJjeo0pBSHmedTFhxfQcusj2rv/5bOsTkVCdxBqoPopfxOKm8Uj9icnz3eBkbY2dA3JZSYdxMRRxHuvPhSx57Cn2W7C9os0U4yAYvBJV0MV4CM/MPxnQDwflvrRYk1pvoHld2wZ/SBqelO66EegsMkt9yEth/LAOjOg8j3+/pTmc/9NS0FvLUoG7tY2jy+wZbGPGLn2S6pr1caF29F1zacQ=="
}