Skip to content

Commit

Permalink
add github 依赖包下载地址
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Jan 5, 2022
1 parent d0c8262 commit 1666e7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion hikyuu_extern_libs/packages/h/hdf5/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion hikyuu_extern_libs/packages/h/hdf5_D/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion hikyuu_extern_libs/packages/m/mysql/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1666e7f

Please sign in to comment.