Update uncrustify install for AppVeyor

This commit is contained in:
Glavin Wiechert 2017-06-11 16:40:36 -03:00
parent 200f53ea38
commit c7f0f72f01
1 changed files with 1 additions and 1 deletions

View File

@ -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%"