loot: Add version 0.15.1 (#137)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
master
Issac Lin 2020-08-14 01:10:02 +08:00 committed by GitHub
parent a510e2d54c
commit 1270d0b4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
bucket/loot.json Normal file
View File

@ -0,0 +1,27 @@
{
"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.15.1",
"url": "https://github.com/loot/loot/releases/download/0.15.1/loot_0.15.1-0-g82c756e_master.7z",
"hash": "0d6764509c4f7d7ff21ec8f716b295b7fea015c6d4a39b0e6e0e0ad710ba87f8",
"extract_dir": "loot_0.15.1-0-g82c756e_master",
"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+)_master\\.7z"
},
"autoupdate": {
"url": "https://github.com/loot/loot/releases/download/$version/loot_$version-0-$matchCommit_master.7z",
"extract_dir": "loot_$version-0-$matchCommit_master"
}
}