mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
19 lines
793 B
JSON
19 lines
793 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/concfg",
|
|
"description": "Import / export Windows console settings",
|
|
"version": "0.2019.03.07",
|
|
"url": "https://github.com/lukesampson/concfg/archive/a435dc89939909dba7d0f3d901394af1b57bff66.zip",
|
|
"hash": "92b3092d25595ef94b6b31dbfc6f7e8ce4aa5d269c954e8d6cd3749fd32f8ad0",
|
|
"extract_dir": "concfg-a435dc89939909dba7d0f3d901394af1b57bff66",
|
|
"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"
|
|
}
|
|
}
|