mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
20 lines
816 B
JSON
20 lines
816 B
JSON
{
|
|
"version": "0.2020.03.15",
|
|
"description": "Import/export Windows console settings",
|
|
"homepage": "https://github.com/lukesampson/concfg",
|
|
"license": "MIT",
|
|
"url": "https://github.com/lukesampson/concfg/archive/2976a9ffc435a8ba8f2ba47e95cd631f2a73221d.zip",
|
|
"hash": "1287242073fb4a6c55c458248aac87e85f6676b189e145336fdbce36b659d831",
|
|
"extract_dir": "concfg-2976a9ffc435a8ba8f2ba47e95cd631f2a73221d",
|
|
"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"
|
|
}
|
|
}
|