Skip to content

Commit 69bef90

Browse files
rvgl: Add hash checking and persists (#936)
Co-authored-by: Zarin <[email protected]>
1 parent b9b0eed commit 69bef90

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

bucket/rvgl.json

+34-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,48 @@
11
{
2-
"version": "nightly",
2+
"version": "23.0501a2",
33
"description": "Modern reimplementation of the classic RC racing game Re-Volt (full package with extras)",
4-
"homepage": "https://rvgl.re-volt.io/",
5-
"license": "Freeware",
4+
"homepage": "https://rvgl.org/",
5+
"license": "CC-BY-NC-4.0",
66
"architecture": {
77
"32bit": {
8-
"url": "https://distribute.re-volt.io/releases/rvgl_full_win32_online.zip"
8+
"url": "https://distribute.re-volt.io/releases/rvgl_full_win32_online.zip",
9+
"hash": "5011ea9816e002557664946bb58b3ac6b69d9b85856915835d1ef10b56c4526d"
910
},
1011
"64bit": {
11-
"url": "https://distribute.re-volt.io/releases/rvgl_full_win64_online.zip"
12+
"url": "https://distribute.re-volt.io/releases/rvgl_full_win64_online.zip",
13+
"hash": "2d8122bbda2c8e05273e16a29a3d612a93b940e9dec2b859bbe8af8801060206"
1214
}
1315
},
1416
"shortcuts": [
1517
[
1618
"rvgl.exe",
17-
"RVGL"
19+
"RVGL (Online package)"
1820
]
21+
],
22+
"persist": [
23+
"packs",
24+
"profiles"
25+
],
26+
"checkver": {
27+
"url": "https://rvgl.org/",
28+
"regex": "<p class=\"vernum\">Current version: ([\\da.]+)"
29+
},
30+
"autoupdate": {
31+
"architecture": {
32+
"64bit": {
33+
"url": "https://distribute.re-volt.io/releases/rvgl_full_win64_online.zip"
34+
},
35+
"32bit": {
36+
"url": "https://distribute.re-volt.io/releases/rvgl_full_win32_online.zip"
37+
}
38+
}
39+
},
40+
"notes": [
41+
"Contents included:",
42+
"Content Packs/ Track Collection, Car Collection, Bonus Content, Soundtrack, LMS & Tag Collection, Clockwork Collection",
43+
"Miscellaneous/Game Files/ Game assets, Additional Content(DC)",
44+
"",
45+
"Additional contents are available at https://re-volt.io/downloads",
46+
""
1947
]
2048
}

0 commit comments

Comments
 (0)