ScoopInstaller_Main/concfg.json
2018-12-20 06:00:25 +00:00

19 lines
786 B
JSON

{
"homepage": "https://github.com/lukesampson/concfg",
"description": "Import / export Windows console settings",
"version": "0.2018.05.27",
"url": "https://github.com/lukesampson/concfg/archive/b1213709d434359e3a7a65cf2583b6b56d19e3a1.zip",
"hash": "9f30a83146a83151f6155322dff227b7c6c717adaffddf465f227cd8829f4973",
"extract_dir": "concfg-b1213709d434359e3a7a65cf2583b6b56d19e3a1",
"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"
}
}