mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +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.20",
|
|
"url": "https://github.com/lukesampson/concfg/archive/408ad5d87d9cf5f4a49eb9bbdea3add96169327e.zip",
|
|
"hash": "6a17b8c9f9c6ab4f6fccfd6fae036bf6a2c3e8ed958e642529d1eef1c26d7319",
|
|
"extract_dir": "concfg-408ad5d87d9cf5f4a49eb9bbdea3add96169327e",
|
|
"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"
|
|
}
|
|
}
|