Skip to content

Commit

Permalink
add USTC mirror (#114)
Browse files Browse the repository at this point in the history
* add USTC mirror

* JuliaZH v1.5.3
  • Loading branch information
johnnychen94 authored Oct 8, 2020
1 parent 189cf9e commit 6aceb3a
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.2"
version = "1.5.3"

[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 @@ -13,6 +13,7 @@ mirrors["BFSU"] = "https://mirrors.bfsu.edu.cn/julia"
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"

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

2 comments on commit 6aceb3a

@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/22568

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.3 -m "<description of version>" 6aceb3a5af2203ed2cf26afe121985850c1fc2d6
git push origin v1.5.3

Please sign in to comment.