From 94b0ceb924097aaab78883cf6414764806065b8e Mon Sep 17 00:00:00 2001 From: Adam Soos Date: Tue, 6 Nov 2018 19:37:07 +0100 Subject: [PATCH] astyle: add autoupdate (#2747) --- astyle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/astyle.json b/astyle.json index b323c232c2..083f92ca95 100644 --- a/astyle.json +++ b/astyle.json @@ -10,5 +10,8 @@ "0759d0a3b3ad768e0f1984b6faf22c5d9d53c2e081d1cfbd1cc7d6e955e995cb" ], "bin": "AStyle\\bin\\AStyle.exe", - "checkver": "Artistic Style ([\\d.]+)" + "checkver": "Artistic Style ([\\d.]+)", + "autoupdate": { + "url": "https://sourceforge.net/projects/astyle/files/astyle/astyle%20$version/AStyle_$version_windows.zip" + } }