Skip to content

Commit

Permalink
add TUNA mirror sites and update BFSU with new URL (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Aug 22, 2020
1 parent 9ad579c commit 189cf9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.1"
version = "1.5.2"

[deps]
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Expand Down
4 changes: 3 additions & 1 deletion src/JuliaZH.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const keywords = Dict{Symbol,DocStr}()
"""
const mirrors = Dict{String,String}()

mirrors["BFSU"] = "https://mirrors.bfsu.edu.cn/julia/static"
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"

Expand All @@ -19,6 +20,7 @@ mirrors["SJTUG"] = "https://mirrors.sjtug.sjtu.edu.cn/julia"
设置镜像源为 `mirror_name`。目前可以选择的有:
- `"BFSU"`: 北京外国语大学开源软件镜像站
- `"TUNA"`: 清华大学开源软件镜像站 -- TUNA 协会
- `"SJTUG"`: 上海交通大学Linux用户组 (SJTUG) 软件源镜像服务
- `"default"`: Julia官方默认源
"""
Expand Down

2 comments on commit 189cf9e

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

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.2 -m "<description of version>" 189cf9e655c3b70ae57531b485259d3bb2a21373
git push origin v1.5.2

Please sign in to comment.