ScoopInstaller_Main/concfg.json
2019-03-09 18:00:26 +00:00

19 lines
793 B
JSON

{
"homepage": "https://github.com/lukesampson/concfg",
"description": "Import / export Windows console settings",
"version": "0.2019.03.09",
"url": "https://github.com/lukesampson/concfg/archive/a38c23651458ea48e463f7402bf166c65855759f.zip",
"hash": "dfc4796e912c23755028891041034698e7e930119bd44d68e8bd14c51e26b2b5",
"extract_dir": "concfg-a38c23651458ea48e463f7402bf166c65855759f",
"bin": "bin\\concfg.ps1",
"checkver": {
"url": "https://github.com/lukesampson/concfg/commits/master.atom",
"re": "(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://github.com/lukesampson/concfg/archive/$matchSha.zip",
"extract_dir": "concfg-$matchSha"
}
}