mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-04-21 00:52:01 +00:00
Version Bump 5.0.11
This commit is contained in:
parent
958ea8a36e
commit
a3a56e2989
7 changed files with 18 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(stremio VERSION "5.0.10")
|
||||
project(stremio VERSION "5.0.11")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
|
|
|||
|
|
@ -62,7 +62,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.10"
|
||||
#define APP_VERSION "5.0.11"
|
||||
|
||||
static TCHAR szWindowClass[] = APP_NAME;
|
||||
static TCHAR szTitle[] = APP_TITLE;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>stremio-desktop-v5</id>
|
||||
<version>5.0.10</version>
|
||||
<version>5.0.11</version>
|
||||
<title>Stremio Desktop v5</title>
|
||||
<authors>Zarg</authors>
|
||||
<owners>Zarg</owners>
|
||||
|
|
|
|||
|
|
@ -11,12 +11,12 @@ $packageArgs = @{
|
|||
|
||||
|
||||
if ([Environment]::Is64BitOperatingSystem) {
|
||||
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x64.exe'
|
||||
$packageArgs['checksum'] = '480ada3bf18966176f6b1027110cb3e712e4b341a3dbceaf0409f40e4b415e37'
|
||||
$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['checksumType'] = 'sha256'
|
||||
} else {
|
||||
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x86.exe'
|
||||
$packageArgs['checksum'] = '1584c883fd2eaacc4c2c354738a8e8656c90d3e353fbd37b169eb748faa1cad3'
|
||||
$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['checksumType'] = 'sha256'
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"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.10/Stremio.5.0.10-x64.exe",
|
||||
"hash": "480ada3bf18966176f6b1027110cb3e712e4b341a3dbceaf0409f40e4b415e37",
|
||||
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x64.exe",
|
||||
"hash": "9333f379ce0ce04a9743f033b39ce6c4a00a4bba231009ebba0454532c7c10aa",
|
||||
"installer": {
|
||||
"args": [
|
||||
"/S"
|
||||
|
|
@ -24,8 +24,8 @@
|
|||
}
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x86.exe",
|
||||
"hash": "1584c883fd2eaacc4c2c354738a8e8656c90d3e353fbd37b169eb748faa1cad3",
|
||||
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x86.exe",
|
||||
"hash": "12535d930dc8c7ec260ab4ab83e189862bae5b848d6d68d9dc00167e4c434013",
|
||||
"installer": {
|
||||
"args": [
|
||||
"/S"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"shellVersion": "5.0.10",
|
||||
"shellVersion": "5.0.11",
|
||||
"files": {
|
||||
"windows-x64": {
|
||||
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x64.exe",
|
||||
"checksum": "480ada3bf18966176f6b1027110cb3e712e4b341a3dbceaf0409f40e4b415e37"
|
||||
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x64.exe",
|
||||
"checksum": "9333f379ce0ce04a9743f033b39ce6c4a00a4bba231009ebba0454532c7c10aa"
|
||||
},
|
||||
"windows-x86": {
|
||||
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x86.exe",
|
||||
"checksum": "1584c883fd2eaacc4c2c354738a8e8656c90d3e353fbd37b169eb748faa1cad3"
|
||||
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.11/Stremio.5.0.11-x86.exe",
|
||||
"checksum": "12535d930dc8c7ec260ab4ab83e189862bae5b848d6d68d9dc00167e4c434013"
|
||||
},
|
||||
"server.js": {
|
||||
"url": "https://dl.strem.io/server/v4.20.11/desktop/server.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"upToDate": false,
|
||||
"versionDesc": "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version-details.json",
|
||||
"signature": "JLFuki4wn54tplk9xKS4X182yGZmDvRgaFGeqMo8MMJKxbbjfGWAyI2muMSG8sHsAZd08xhfJbT1PwQOgsFOerbwt0LMhq+gEGDG6UoVhP+qFaHrrl5H0P01qODBe3wokhsd3kNAWMivVWO2z23KkMKgZPherYWir4F6y1oquBh4rH0OHf2iTTPz5BLGdxHCLL6fjXjoseJSiJBYcWgYYMTlw7RQv9YwmZq7GgFK4QbYmf/nrYy/YIXjxQ9AnY1H9k+qs1pJgSTLbyLjzKOTiOyj9qDtG4UO3kFuWXskYEnLaDi5MvBowEOkmVkb/kBgAQHdaF8LxDQdIRXPP73YSA=="
|
||||
"signature": "koD6oGQ+G79eN9qUPZ0TmcRu8kVzSUwSfflzmch/4FDayZqgMaXYXiRZMmDoKDK2a+KLzeMNM8h7v3EQ7rJuaEAofs0sbcz5WIKJb05CKmR61uMp0CcTa34oXoKTI+ITIpmOOaqfFlbj/hcTewpmqs5l6mkRKDmaOE3Uzmpz4gEnIZE/Uhlg4VLld4k3eSVlDmXVhrxJJGHk9EdJZNQk4oSJDQfu20hpUzhhEYJKwtbdxrloDO3l24AdFbeWVzcHlsMpieMQhJyp2+6IDhqQgszgzoG6rcNc8O3EaYpn/7C0bX7b6kXU+g17T0eUjUQsowkXH6lS+omUxfK2tmMHpg=="
|
||||
}
|
||||
Loading…
Reference in a new issue