scoop-games/bucket/zdl.json

38 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-26 14:31:10 -07:00
{
"version": "3-1.1",
"description": "ZDL is a frontend (\"launcher\") for ZDoom based Doom engine source ports.",
"homepage": "https://zdoom.org/wiki/ZDL",
2020-04-26 14:31:10 -07:00
"license": "GPL-3.0-or-later",
2022-03-19 15:54:04 -07:00
"architecture": {
"32bit": {
"url": "https://github.com/lcferrum/qzdl/releases/download/3-1.1/ZDL_3-1.1_Win_x86.zip",
"hash": "11a6775460df1823feedf3ca20e7d0cb691bf70f20c77b2e0255b99ced55691a"
},
"64bit": {
"url": "https://github.com/lcferrum/qzdl/releases/download/3-1.1/ZDL_3-1.1_Win_x86.zip",
"hash": "11a6775460df1823feedf3ca20e7d0cb691bf70f20c77b2e0255b99ced55691a"
}
},
"bin": "ZDL.exe",
"shortcuts": [
[
"ZDL.exe",
"ZDL"
]
],
"checkver": {
"github": "https://github.com/lcferrum/qzdl",
"regex": "/releases/tag/([\\w.-]+)"
2020-04-26 14:31:10 -07:00
},
"autoupdate": {
"architecture": {
2022-03-05 13:34:10 -08:00
"32bit": {
2020-04-26 14:31:10 -07:00
"url": "https://github.com/lcferrum/qzdl/releases/download/$version/ZDL_$version_Win_x86.zip"
},
2022-03-05 13:34:10 -08:00
"64bit": {
2020-04-26 14:31:10 -07:00
"url": "https://github.com/lcferrum/qzdl/releases/download/$version/ZDL_$version_Win_x86.zip"
}
}
}
2020-04-26 14:31:10 -07:00
}