2021-05-09 20:00:22 +00:00

20 lines
816 B
JSON

{
"version": "0.2021.05.09",
"description": "Import/export Windows console settings",
"homepage": "https://github.com/lukesampson/concfg",
"license": "MIT",
"url": "https://github.com/lukesampson/concfg/archive/79b395fd7a63a398adfb14164c71eec13922f890.zip",
"hash": "7c7ae811e0c9cdc2986779c163665a4fedaf32e565b1e0cef6d1b1c04c9e6f66",
"extract_dir": "concfg-79b395fd7a63a398adfb14164c71eec13922f890",
"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"
}
}