From 1666e7feb1a7deb8fc66388e63fba98a9579186a Mon Sep 17 00:00:00 2001 From: fasiondog Date: Thu, 6 Jan 2022 00:58:30 +0800 Subject: [PATCH] =?UTF-8?q?add=20github=20=E4=BE=9D=E8=B5=96=E5=8C=85?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hikyuu_extern_libs/packages/h/hdf5/xmake.lua | 3 ++- hikyuu_extern_libs/packages/h/hdf5_D/xmake.lua | 3 ++- hikyuu_extern_libs/packages/m/mysql/xmake.lua | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hikyuu_extern_libs/packages/h/hdf5/xmake.lua b/hikyuu_extern_libs/packages/h/hdf5/xmake.lua index fdec85456..232e1ca88 100644 --- a/hikyuu_extern_libs/packages/h/hdf5/xmake.lua +++ b/hikyuu_extern_libs/packages/h/hdf5/xmake.lua @@ -5,7 +5,8 @@ package("hdf5") set_license("BSD-3-Clause") if is_plat("windows") then - add_urls("https://gitee.com/fasiondog/hikyuu/attach_files/935347/download/hdf5-$(version)-win-x64.zip") + add_urls("https://gitee.com/fasiondog/hikyuu/attach_files/935347/download/hdf5-$(version)-win-x64.zip", + "https://github.com/fasiondog/hikyuu/releases/download/1.1.9/hdf5-$(version)-win-x64.zip") add_versions("1.10.4", "253b23baada1d9c86cb4424595eba366b6844c384a5e0aafebf0893a1148f25f") end diff --git a/hikyuu_extern_libs/packages/h/hdf5_D/xmake.lua b/hikyuu_extern_libs/packages/h/hdf5_D/xmake.lua index e1fbefc8d..4a05fd0b2 100644 --- a/hikyuu_extern_libs/packages/h/hdf5_D/xmake.lua +++ b/hikyuu_extern_libs/packages/h/hdf5_D/xmake.lua @@ -5,7 +5,8 @@ package("hdf5_D") set_license("BSD-3-Clause") if is_plat("windows") then - add_urls("https://gitee.com/fasiondog/hikyuu/attach_files/935348/download/hdf5_D-$(version)-win-x64.zip") + add_urls("https://gitee.com/fasiondog/hikyuu/attach_files/935348/download/hdf5_D-$(version)-win-x64.zip", + "https://github.com/fasiondog/hikyuu/releases/download/1.1.9/hdf5_D-$(version)-win-x64.zip") add_versions("1.10.4", "5b1bd27e054f885bf9cac0beffcacbe180e251c5d8c12c0652a96055f2784b46") end diff --git a/hikyuu_extern_libs/packages/m/mysql/xmake.lua b/hikyuu_extern_libs/packages/m/mysql/xmake.lua index 571fb4498..27d31f479 100644 --- a/hikyuu_extern_libs/packages/m/mysql/xmake.lua +++ b/hikyuu_extern_libs/packages/m/mysql/xmake.lua @@ -4,7 +4,8 @@ package("mysql") set_description("Open source relational database management system.") if is_plat("windows") then - add_urls("https://gitee.com/fasiondog/hikyuu/attach_files/935339/download/mysql-$(version)-win-x64.zip") + add_urls("https://gitee.com/fasiondog/hikyuu/attach_files/935339/download/mysql-$(version)-win-x64.zip", + "https://github.com/fasiondog/hikyuu/releases/download/1.1.9/mysql-$(version)-win-x64.zip") add_versions("8.0.21", "de21694aa230a00b52b28babbce9bb150d990ba1f539edf8d193586dce3844ae") end