# HG changeset patch # User Chris Cannam # Date 1558007108 -3600 # Node ID 62987b6d6a3b2b1e5b1c73065aa4cb3e9e8f7e6b # Parent b650289c47b4b4d9bcf88f6e4b478da10d163ecc Looks like choco currently has a broken version of wget; use an older one diff -r b650289c47b4 -r 62987b6d6a3b .appveyor.yml --- a/.appveyor.yml Thu Feb 07 10:21:52 2019 +0000 +++ b/.appveyor.yml Thu May 16 12:45:08 2019 +0100 @@ -7,7 +7,7 @@ - x64 install: - - cinst wget + - cinst wget --version 1.20 - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32-setup.exe - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe - ps: .\libsndfile-1.0.28-w32-setup.exe /silent /sp- /norestart