uncrustify: fix checkver (#587)

This commit is contained in:
linsui 2019-11-19 15:27:31 +08:00 committed by Ross Smith II
parent 021b748682
commit fdff7fc120

View File

@ -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": {