Version Bump 5.0.12

This commit is contained in:
Zarg 2025-01-18 14:03:22 +01:00
parent 6a3902b9a1
commit 667995aa97
7 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.11")
project(stremio VERSION "5.0.12")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

View file

@ -63,7 +63,7 @@ using namespace Microsoft::WRL;
#define APP_TITLE "Stremio - Freedom to Stream"
#define APP_NAME "Stremio"
#define APP_CLASS L"Stremio"
#define APP_VERSION "5.0.11"
#define APP_VERSION "5.0.12"
// Please don't take this one main.cpp to seriously this was only a quick 1 week project with the main aspect being functionality not file structure ;)
static TCHAR szWindowClass[] = APP_NAME;
static TCHAR szTitle[] = APP_TITLE;

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.11</version>
<version>5.0.12</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.11/Stremio.5.0.11-x64.exe'
$packageArgs['checksum'] = '9333f379ce0ce04a9743f033b39ce6c4a00a4bba231009ebba0454532c7c10aa'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x64.exe'
$packageArgs['checksum'] = 'e7c045800d502874b8e083427aa81d316625c658fa804e67156dddd4f03ea6ed'
$packageArgs['checksumType'] = 'sha256'
} else {
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x86.exe'
$packageArgs['checksum'] = '12535d930dc8c7ec260ab4ab83e189862bae5b848d6d68d9dc00167e4c434013'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x86.exe'
$packageArgs['checksum'] = '715ec5def305a019849b3a5e402398b53b5ed242f065266384f4428ed4c39818'
$packageArgs['checksumType'] = 'sha256'
}

View file

@ -1,12 +1,12 @@
{
"version": "5.0.11",
"version": "5.0.12",
"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.11/Stremio.5.0.11-x64.exe",
"hash": "9333f379ce0ce04a9743f033b39ce6c4a00a4bba231009ebba0454532c7c10aa",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x64.exe",
"hash": "e7c045800d502874b8e083427aa81d316625c658fa804e67156dddd4f03ea6ed",
"installer": {
"args": [
"/S"
@ -24,8 +24,8 @@
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x86.exe",
"hash": "12535d930dc8c7ec260ab4ab83e189862bae5b848d6d68d9dc00167e4c434013",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x86.exe",
"hash": "715ec5def305a019849b3a5e402398b53b5ed242f065266384f4428ed4c39818",
"installer": {
"args": [
"/S"

View file

@ -1,13 +1,13 @@
{
"shellVersion": "5.0.11",
"shellVersion": "5.0.12",
"files": {
"windows-x64": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x64.exe",
"checksum": "9333f379ce0ce04a9743f033b39ce6c4a00a4bba231009ebba0454532c7c10aa"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x64.exe",
"checksum": "e7c045800d502874b8e083427aa81d316625c658fa804e67156dddd4f03ea6ed"
},
"windows-x86": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x86.exe",
"checksum": "12535d930dc8c7ec260ab4ab83e189862bae5b848d6d68d9dc00167e4c434013"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.12/Stremio.5.0.12-x86.exe",
"checksum": "715ec5def305a019849b3a5e402398b53b5ed242f065266384f4428ed4c39818"
},
"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": "koD6oGQ+G79eN9qUPZ0TmcRu8kVzSUwSfflzmch/4FDayZqgMaXYXiRZMmDoKDK2a+KLzeMNM8h7v3EQ7rJuaEAofs0sbcz5WIKJb05CKmR61uMp0CcTa34oXoKTI+ITIpmOOaqfFlbj/hcTewpmqs5l6mkRKDmaOE3Uzmpz4gEnIZE/Uhlg4VLld4k3eSVlDmXVhrxJJGHk9EdJZNQk4oSJDQfu20hpUzhhEYJKwtbdxrloDO3l24AdFbeWVzcHlsMpieMQhJyp2+6IDhqQgszgzoG6rcNc8O3EaYpn/7C0bX7b6kXU+g17T0eUjUQsowkXH6lS+omUxfK2tmMHpg=="
"signature": "HPabSeveBkHa9ayQbtWU4vz0FEmAyErAMVQcaLjxSGzg5w/63K6UE3k76pS62usiUMPJXrxATxgq/KVUzHMHtGOxJyyOe//xp4IN2zBf4oae4paHdSMI2sRU2Yy5qzuw+kbygB3NKGUyfuRPOtf/kqoKhzx0jfAeZ6F2Q+7e4df6torYD0rPN6Vn0l1yIgtPBfcv5zrqxVIaLQV4AVFV76f4Hw/RFeHwf1JnNUTG0NwgSP17jV9vWA3aPiZCVVv5FCvOh2nrBMnpx66c44zg3XKlS4z0irjLeYBQWNJhB6lBnF5WpR6B23gcCnb+IiI3bZ3AmsmYki7xZtJS1dCKtA=="
}