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