ScoopInstaller_Main/concfg.json
2019-03-08 15:00:31 +00:00

19 lines
793 B
JSON

{
"homepage": "https://github.com/lukesampson/concfg",
"description": "Import / export Windows console settings",
"version": "0.2019.03.08",
"url": "https://github.com/lukesampson/concfg/archive/f5ff60fafd12517702df20c661f66d8aae82a4a8.zip",
"hash": "e3f8e9531cdac6f76bb9137be25111b371b4c435a21771bd83a3262344b077bf",
"extract_dir": "concfg-f5ff60fafd12517702df20c661f66d8aae82a4a8",
"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"
}
}