diff --git a/bucket/openra.json b/bucket/openra.json new file mode 100644 index 00000000..8f0bba7a --- /dev/null +++ b/bucket/openra.json @@ -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})" + }, + "autoupdate": { + "url": "https://github.com/OpenRA/OpenRA/releases/download/release-$version/OpenRA-release-$version.exe#/OpenRA.7z" + } +} +