From c7f0f72f01103665cb790324247e8a9711f58fbd Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 11 Jun 2017 16:40:36 -0300 Subject: [PATCH] Update uncrustify install for AppVeyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 830ce5c..d12d3b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -113,7 +113,7 @@ install: - where php-cs-fixer # Uncrustify - - curl -k -L http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.61/uncrustify-0.61.3-gf65394e-win32.zip/download -o uncrustify.zip + - curl -k -L https://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.65/uncrustify-0.65-win32.zip/download -o uncrustify.zip - cinst 7zip.commandline -y - 7za e uncrustify.zip -ouncrustify-d - "SET PATH=%cd%\\uncrustify-d;%PATH%"