generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openra-romanovs-vengeance.json
36 lines (36 loc) · 1.54 KB
/
openra-romanovs-vengeance.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"version": "20241215",
"description": "OpenRA mod based on Command & Conquer: Red Alert 2",
"homepage": "https://www.moddb.com/mods/romanovs-vengeance",
"license": "GPL-3.0-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/MustaphaTR/Romanovs-Vengeance/releases/download/playtest-20241215/Romanovs.Vengeance-playtest-20241215-x86-winportable.zip",
"hash": "d4892f4f5e156b30294f898c1c88a43bf8c48bf2287f4572dd0e5e1e20568978"
},
"64bit": {
"url": "https://github.com/MustaphaTR/Romanovs-Vengeance/releases/download/playtest-20241215/Romanovs.Vengeance-playtest-20241215-x64-winportable.zip",
"hash": "fb98d3e6a98aefbb18a68a97cf8a3067b0804eeca98c93018ce71f14c1146aa3"
}
},
"shortcuts": [
[
"Romanovs Vengeance.exe",
"OpenRA - Romanov's Vengeance"
]
],
"checkver": {
"url": "https://github.com/MustaphaTR/Romanovs-Vengeance/releases",
"regex": "/releases/tag/(?<prefix>[\\D]*)(?<version>[\\d.]+[-\\w]*)"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/MustaphaTR/Romanovs-Vengeance/releases/download/$matchPrefix$version/Romanovs.Vengeance-$matchPrefix$version-x86-winportable.zip"
},
"64bit": {
"url": "https://github.com/MustaphaTR/Romanovs-Vengeance/releases/download/$matchPrefix$version/Romanovs.Vengeance-$matchPrefix$version-x64-winportable.zip"
}
}
}
}