From fdff7fc120f01adae5c7d34ab87fa0376cc4f174 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Tue, 19 Nov 2019 15:27:31 +0800 Subject: [PATCH] uncrustify: fix checkver (#587) --- bucket/uncrustify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index f353f12307..4736463ed2 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -1,5 +1,6 @@ { "version": "0.69.0", + "homepage": "http://uncrustify.sourceforge.net", "description": "A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA", "license": "LGPL-2.1-only", "architecture": { @@ -13,11 +14,10 @@ } }, "notes": "32-bit version is unavailable in the latest release", - "homepage": "http://uncrustify.sourceforge.net/", "bin": "uncrustify.exe", "checkver": { - "re": "/releases/tag/uncrustify-([\\d.]+)", - "github": "https://github.com/uncrustify/uncrustify" + "url": "https://sourceforge.net/projects/uncrustify/rss?path=/uncrustify", + "regex": "uncrustify-([\\d.]+)" }, "autoupdate": { "architecture": {