stremio-community-v5/utils/scoop/stremio-desktop-v5.json
Zarg 992ba94ce4 Version Bump and regex fix checksum script
- Version bump to 5.0.8 to match beta.8
- Fixed ' being added repeatedly  by checksums script to chocolateyinstall.ps1
2025-01-15 11:22:37 +01:00

59 lines
No EOL
1.7 KiB
JSON

{
"version": "5.0.8",
"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.8/Stremio.5.0.8-x64.exe",
"hash": "058470dbdaf180fb54f5221c4c06b5c1811a8058796649a103bb17bfb18eea77",
"installer": {
"args": [
"/S"
]
},
"uninstaller": {
"file": "%LOCALAPPDATA%\\Programs\\LNV\\Stremio-5\\Uninstall.exe",
"args": [
"/S"
]
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.8/Stremio.5.0.8-x86.exe",
"hash": "3d68ff9e3e34c16dc5a97c950295237cfae8bd241ec40a42fffe260d558b49e3",
"installer": {
"args": [
"/S"
]
},
"uninstaller": {
"file": "%LOCALAPPDATA%\\Programs\\LNV\\Stremio-5\\Uninstall.exe",
"args": [
"/S"
]
}
}
},
"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."
}