mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
19 lines
786 B
JSON
19 lines
786 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/concfg",
|
|
"description": "Import / export Windows console settings",
|
|
"version": "0.2018.12.19",
|
|
"url": "https://github.com/lukesampson/concfg/archive/ff1992bf91f6edce12409cc0fd40095bffc3fd5b.zip",
|
|
"hash": "da2285f37ca5ebd13134f174c33b60a869e36c502888ebc4c70b6bf013bcce31",
|
|
"extract_dir": "concfg-ff1992bf91f6edce12409cc0fd40095bffc3fd5b",
|
|
"bin": "bin\\concfg.ps1",
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/concfg",
|
|
"re": "datetime=\"(\\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"
|
|
}
|
|
}
|