ScoopInstaller_Main/concfg.json
Hsiao-nan Cheung 334ae370bf pshazz, concfg, psutils: Fix checkver (#3171)
pshazz, concfg, psutils: Fix checkver error
2019-02-28 07:34:17 +01:00

19 lines
793 B
JSON

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