stremio-community-v5/utils/scoop/stremio-desktop-v5.json
2025-02-05 04:45:21 +01:00

67 lines
No EOL
2.2 KiB
JSON

{
"version": "5.0.16",
"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.16/Stremio.5.0.16-x64.exe",
"hash": "2b60d91e07b0a1c9d174e5a3e66fc040b5e648cb60a5ea28ecac95895ed16fcf",
"installer": {
"args": [
"/S"
]
},
"uninstaller": {
"script": [
"$uninstaller = Join-Path $env:LOCALAPPDATA 'Programs\\LNV\\Stremio-5\\Uninstall.exe'",
"if (Test-Path $uninstaller) {",
" Start-Process $uninstaller -ArgumentList '/S','/keepdata' -Wait",
"} else {",
" Write-Host \"Uninstaller not found: $uninstaller\"",
"}"
]
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.16/Stremio.5.0.16-x86.exe",
"hash": "a5809e560ce0a291c9727b02be1b2fd7fb0e5d85463b01f96edb5fe0294010a8",
"installer": {
"args": [
"/S"
]
},
"uninstaller": {
"script": [
"$uninstaller = Join-Path $env:LOCALAPPDATA 'Programs\\LNV\\Stremio-5\\Uninstall.exe'",
"if (Test-Path $uninstaller) {",
" Start-Process $uninstaller -ArgumentList '/S','/keepdata' -Wait",
"} else {",
" Write-Host \"Uninstaller not found: $uninstaller\"",
"}"
]
}
}
},
"checkver": {
"github": "Zaarrg/stremio-desktop-v5",
"regex": "Stremio\\.([\\d.]+)-x64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/$version/Stremio.$version-x64.exe",
"hash": {
"url": "$url.sha256"
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/$version/Stremio.$version-x86.exe",
"hash": {
"url": "$url.sha256"
}
}
}
},
"notes": "Stremio Desktop v5 using silent install via /S. Built-in auto-updater may override Scoop-managed updates."
}