colortool: Fix checkver (#1113)

This commit is contained in:
Jakub Čábera 2020-05-24 00:45:26 +02:00 committed by GitHub
parent 02e8a44430
commit e51c4e7d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,15 @@
{ {
"homepage": "https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool",
"description": "Utility for helping to set the color palette of the Windows Console",
"version": "1904.29002", "version": "1904.29002",
"description": "Utility for helping to set the color palette of the Windows Console",
"homepage": "https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool",
"license": "MIT", "license": "MIT",
"url": "https://github.com/Microsoft/console/releases/download/1904.29002/colortool.zip", "url": "https://github.com/Microsoft/console/releases/download/1904.29002/colortool.zip",
"hash": "2732e3e4e7bfdaa3230bae7a9a43744e01e6f3c8c4a9627e52b14ad460f1c000", "hash": "2732e3e4e7bfdaa3230bae7a9a43744e01e6f3c8c4a9627e52b14ad460f1c000",
"bin": "colortool.exe", "bin": "colortool.exe",
"persist": "schemes", "persist": "schemes",
"checkver": { "checkver": {
"github": "https://github.com/Microsoft/console" "url": "https://raw.githubusercontent.com/microsoft/terminal/master/src/tools/ColorTool/README.md",
"regex": "releases/tag/([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip" "url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip"