Skip to content

rvgl: add hash checking and persists #936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 24, 2024
40 changes: 34 additions & 6 deletions bucket/rvgl.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,48 @@
{
"version": "nightly",
"version": "23.0501a2",
"description": "Modern reimplementation of the classic RC racing game Re-Volt (full package with extras)",
"homepage": "https://rvgl.re-volt.io/",
"license": "Freeware",
"homepage": "https://rvgl.org/",
"license": "CC-BY-NC-4.0",
"architecture": {
"32bit": {
"url": "https://distribute.re-volt.io/releases/rvgl_full_win32_online.zip"
"url": "https://distribute.re-volt.io/releases/rvgl_full_win32_online.zip",
"hash": "5011ea9816e002557664946bb58b3ac6b69d9b85856915835d1ef10b56c4526d"
},
"64bit": {
"url": "https://distribute.re-volt.io/releases/rvgl_full_win64_online.zip"
"url": "https://distribute.re-volt.io/releases/rvgl_full_win64_online.zip",
"hash": "2d8122bbda2c8e05273e16a29a3d612a93b940e9dec2b859bbe8af8801060206"
}
},
"shortcuts": [
[
"rvgl.exe",
"RVGL"
"RVGL (Online package)"
]
],
"persist": [
"packs",
"profiles"
],
"checkver": {
"url": "https://rvgl.org/",
"regex": "<p class=\"vernum\">Current version: ([\\da.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://distribute.re-volt.io/releases/rvgl_full_win64_online.zip"
},
"32bit": {
"url": "https://distribute.re-volt.io/releases/rvgl_full_win32_online.zip"
}
}
},
"notes": [
"Contents included:",
"Content Packs/ Track Collection, Car Collection, Bonus Content, Soundtrack, LMS & Tag Collection, Clockwork Collection",
"Miscellaneous/Game Files/ Game assets, Additional Content(DC)",
"",
"Additional contents are available at https://re-volt.io/downloads",
""
]
}