2024-12-28 12:31:56 +00:00

20 lines
816 B
JSON

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