Skip to content

Commit

Permalink
add OpenTUNA mirror (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Jan 3, 2021
1 parent 6aceb3a commit e671ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "JuliaZH"
uuid = "652e05fd-ed22-5b6c-bf99-44e63a676e5f"
version = "1.5.3"
version = "1.5.4"

[deps]
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Expand Down
2 changes: 2 additions & 0 deletions src/JuliaZH.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mirrors["TUNA"] = "https://mirrors.tuna.tsinghua.edu.cn/julia"
mirrors["default"] = "https://pkg.julialang.org"
mirrors["SJTUG"] = "https://mirrors.sjtug.sjtu.edu.cn/julia"
mirrors["USTC"] = "https://mirrors.ustc.edu.cn/julia"
mirrors["OpenTUNA"] = "https://opentuna.cn/julia"

"""
set_mirror(mirror_name="BFSU")
Expand All @@ -24,6 +25,7 @@ mirrors["USTC"] = "https://mirrors.ustc.edu.cn/julia"
- `"TUNA"`: 清华大学开源软件镜像站 -- TUNA 协会
- `"SJTUG"`: 上海交通大学Linux用户组 (SJTUG) 软件源镜像服务
- `"USTC"`: 中国科学技术大学开源软件镜像
- `"OpenTUNA"`: OpenTUNA开源镜像站 -- TUNA 协会
- `"default"`: Julia官方默认源
"""
function set_mirror(mirror_name = "BFSU")
Expand Down

2 comments on commit e671ebe

@johnnychen94
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/27231

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.5.4 -m "<description of version>" e671ebe8873e3a68cc1aa1b054aca9cd90209add
git push origin v1.5.4

Please sign in to comment.