mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
golang: remove broken mirror
Remove dl.google.com mirror because it's not responding. Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
@@ -15,7 +15,6 @@ PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PAT
|
||||
PKG_RELEASE:=1
|
||||
|
||||
GO_SOURCE_URLS:=https://go.dev/dl/ \
|
||||
https://dl.google.com/go/ \
|
||||
https://golang.google.cn/dl/ \
|
||||
https://mirrors.nju.edu.cn/golang/ \
|
||||
https://mirrors.ustc.edu.cn/golang/
|
||||
|
||||
@@ -18,7 +18,6 @@ PKG_FILE_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_RC),rc$(GO_VERSION_
|
||||
PKG_RELEASE:=1
|
||||
|
||||
GO_SOURCE_URLS:=https://go.dev/dl/ \
|
||||
https://dl.google.com/go/ \
|
||||
https://golang.google.cn/dl/ \
|
||||
https://mirrors.nju.edu.cn/golang/ \
|
||||
https://mirrors.ustc.edu.cn/golang/
|
||||
|
||||
Reference in New Issue
Block a user