From e51c4e7d5b25e6604ffd7a8fcfd468309bc94c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 24 May 2020 00:45:26 +0200 Subject: [PATCH] colortool: Fix checkver (#1113) --- bucket/colortool.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bucket/colortool.json b/bucket/colortool.json index c570a7d933..1ffcc0c83d 100644 --- a/bucket/colortool.json +++ b/bucket/colortool.json @@ -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", + "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", "url": "https://github.com/Microsoft/console/releases/download/1904.29002/colortool.zip", "hash": "2732e3e4e7bfdaa3230bae7a9a43744e01e6f3c8c4a9627e52b14ad460f1c000", "bin": "colortool.exe", "persist": "schemes", "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": { "url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip"