generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openra-valiant-shades.json
36 lines (36 loc) · 1.53 KB
/
openra-valiant-shades.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": "20200503",
"description": "OpenRA mod based on Yuri's Revenge, also known as Attacque Supérior",
"homepage": "https://www.moddb.com/mods/attacque-suprior",
"license": "GPL-3.0-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/AttacqueSuperior/ValiantShades/releases/download/devtest-20200503/ValiantShades-devtest-20200503-x86-winportable.zip",
"hash": "05518cedee2ab17bc272e91a778194a31d69a3f442f8d9a31291e68f627805a2"
},
"64bit": {
"url": "https://github.com/AttacqueSuperior/ValiantShades/releases/download/devtest-20200503/ValiantShades-devtest-20200503-x64-winportable.zip",
"hash": "3046975c74e4f15c3bb3d19e87a833d87f9b56744f0d26afd18ea9816a83a906"
}
},
"shortcuts": [
[
"ValiantShades.exe",
"OpenRA - Valiant Shades"
]
],
"checkver": {
"url": "https://github.com/AttacqueSuperior/ValiantShades/releases",
"regex": "/releases/tag/(?<prefix>[\\D]*)(?<version>[\\d.]+[-\\w]*)"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/AttacqueSuperior/ValiantShades/releases/download/$matchPrefix$version/ValiantShades-$matchPrefix$version-x86-winportable.zip"
},
"64bit": {
"url": "https://github.com/AttacqueSuperior/ValiantShades/releases/download/$matchPrefix$version/ValiantShades-$matchPrefix$version-x64-winportable.zip"
}
}
}
}