ScoopInstaller_Main/concfg.json
2019-03-04 09:00:27 +00:00

19 lines
793 B
JSON

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