Add openra.json

master
issaclin32 2019-06-14 18:11:00 +08:00 committed by Hugo Locurcio
parent 51a5a9ceb9
commit 413310c796
1 changed files with 24 additions and 0 deletions

24
bucket/openra.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "20190314",
"description": "Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert.",
"homepage": "http://www.openra.net",
"license": {
"identifier": "Freeware",
"url": "https://github.com/OpenRA/OpenRA/blob/bleed/COPYING"
},
"url": "https://github.com/OpenRA/OpenRA/releases/download/release-20190314/OpenRA-release-20190314.exe#/OpenRA.7z",
"hash": "md5:778247d7d9628f52281845a36894ba21",
"shortcuts": [
["Dune2000.exe", "OpenRA - Dune 2000"],
["RedAlert.exe", "OpenRA - Red Alert"],
["TiberianDawn.exe", "OpenRA - Tiberian Dawn"]
],
"checkver": {
"url": "https://github.com/OpenRA/OpenRA/releases",
"regex": "Release ([\\d]{8})</a>"
},
"autoupdate": {
"url": "https://github.com/OpenRA/OpenRA/releases/download/release-$version/OpenRA-release-$version.exe#/OpenRA.7z"
}
}