mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
uncrustify: fix checkver (#587)
This commit is contained in:
parent
021b748682
commit
fdff7fc120
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user