scoop-games/bucket/loot.json

28 lines
1003 B
JSON

{
"homepage": "https://github.com/loot/loot",
"description": "Plugin load order optimisation tool for The Elder Scrolls and Fallout series",
"license": "GPL-3.0-or-later",
"version": "0.16.0",
"url": "https://github.com/loot/loot/releases/download/0.16.0/loot_0.16.0-0-gb1094e6_0.16.0.7z",
"hash": "badb3a28ac8970570368797b51825abc1291415ab5ee40650b65188c1f1b426a",
"extract_dir": "loot_0.16.0-0-gb1094e6_0.16.0",
"bin": "LOOT.exe",
"shortcuts": [
[
"LOOT.exe",
"LOOT"
]
],
"suggest": {
"Visual C++ Redistributable 2019": "extras/vcredist2019"
},
"checkver": {
"github": "https://github.com/loot/loot",
"regex": "loot_([\\d.]+)-0-(?<commit>\\w+)_(?<version>[\\d\\.]+)\\.7z"
},
"autoupdate": {
"url": "https://github.com/loot/loot/releases/download/$version/loot_$version-0-$matchCommit_$version.7z",
"extract_dir": "loot_$version-0-$matchCommit_$version"
}
}