mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +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.2019.01.09",
|
|
"url": "https://github.com/lukesampson/concfg/archive/9e30fbe7fac4607f5f300626c6a68ee7c0e77834.zip",
|
|
"hash": "4615fc79d5809bd968ae03b9d4bc92fd25078e21f899ac3bf540d2f269190a7a",
|
|
"extract_dir": "concfg-9e30fbe7fac4607f5f300626c6a68ee7c0e77834",
|
|
"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"
|
|
}
|
|
}
|