From 2ce7080077be7b659053e5a73e3b1c4f8478e32c Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 11 Sep 2019 16:33:40 +0200
Subject: [PATCH] [appveyor] use https to download codecs

---
 appveyor.yml | 2 +-
 vendor/boost | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index de17e59a9..dcf4aa0c2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,7 +17,7 @@ build_script:
   - MSBuild.exe Aegisub.sln /m /p:Configuration=Release /p:Platform=x64
 
 after_build:
-  - curl -o "C:\aegisub-codecs.zip" http://mugen.karaokes.moe/downloads/aegisub-codecs.zip
+  - curl -o "C:\aegisub-codecs.zip" https://mugen.karaokes.moe/downloads/aegisub-codecs.zip
   - cd %APPVEYOR_BUILD_FOLDER%
   - msgfmt.exe -o po\ar.mo po\ar.po
   - msgfmt.exe -o po\wxstd-ar.mo vendor\wxWidgets\locale\ar.po
diff --git a/vendor/boost b/vendor/boost
index 9ccd3390c..afb333b7c 160000
--- a/vendor/boost
+++ b/vendor/boost
@@ -1 +1 @@
-Subproject commit 9ccd3390c8e9ef05f4cb681d15b2e14eac48886e
+Subproject commit afb333b7c5101041f0280b2edf155c55114c9c95
-- 
GitLab