From 4b01000397ebbe878299efb1773e790493e4cb95 Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Sun, 3 May 2020 17:19:15 +0300 Subject: [PATCH] golang: fixed dead link in HOMEPAGE (#4943) --- dev-lang/golang/golang-1.4.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/golang/golang-1.4.3.recipe b/dev-lang/golang/golang-1.4.3.recipe index d33f60775..c70ebe0c5 100644 --- a/dev-lang/golang/golang-1.4.3.recipe +++ b/dev-lang/golang/golang-1.4.3.recipe @@ -9,10 +9,10 @@ modular program construction. Go compiles quickly to machine code yet has the \ convenience of garbage collection and the power of run-time reflection. It's a \ fast, statically typed, compiled language that feels like a dynamically typed, \ interpreted language." -HOMEPAGE="https://golang.org/go" +HOMEPAGE="https://golang.org/" COPYRIGHT="2009-2018 The Go Authors" LICENSE="BSD (3-clause)" -REVISION="3" +REVISION="4" SOURCE_URI="https://dl.google.com/go/go$portVersion.src.tar.gz" CHECKSUM_SHA256="9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959" SOURCE_DIR="go"