stremio-community-v5/utils/scoop/stremio-desktop-v5.json
2025-01-16 21:44:05 +01:00

67 lines
No EOL
2.2 KiB
JSON

{
"version": "5.0.10",
"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",
"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.10/Stremio.5.0.10-x86.exe",
"hash": "1584c883fd2eaacc4c2c354738a8e8656c90d3e353fbd37b169eb748faa1cad3",
"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."
}