[pkg-d-commits] [ldc] 99/149: AppVeyor: Downgrade libcurl to 7.48.0

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:37:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.2.0
in repository ldc.

commit c051d8d829f09ed9d29d934c686738a61330029d
Author: Martin <noone at nowhere.com>
Date:   Sat Feb 11 14:01:08 2017 +0100

    AppVeyor: Downgrade libcurl to 7.48.0
    
    That version doesn't cause time-outs during the unittests. All following
    versions do.
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index b1857c1..aa19a17 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -42,7 +42,7 @@ install:
   - git checkout 7585cf6
   - cd ..
   # Download & extract libcurl
-  - appveyor DownloadFile "http://d.darktech.org/libcurl-7.51.0-WinSSL-zlib-x86-x64.zip" -FileName libcurl.zip
+  - appveyor DownloadFile "http://d.darktech.org/libcurl-7.48.0-WinSSL-zlib-x86-x64.zip" -FileName libcurl.zip
   - md libcurl
   - cd libcurl
   - 7z x ..\libcurl.zip > nul

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list