summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go-common.inc')
-rw-r--r--meta/recipes-devtools/go/go-common.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc
index 96e32eeb978..63fb9f32426 100644
--- a/meta/recipes-devtools/go/go-common.inc
+++ b/meta/recipes-devtools/go/go-common.inc
@@ -9,12 +9,11 @@ DESCRIPTION = " The Go programming language is an open source project to make \
fast, statically typed, compiled language that feels like a\
dynamically typed, interpreted language."
-HOMEPAGE = " http://golang.org/"
+HOMEPAGE = "https://go.dev/"
LICENSE = "BSD-3-Clause"
inherit goarch
-
-SRC_URI = "https://golang.org/dl/go${PV}.src.tar.gz;name=main"
+SRC_URI = "https://go.dev/dl/go${PV}.src.tar.gz;name=main"
S = "${WORKDIR}/go"
B = "${S}"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.src\.tar"