go: upgrade to 1.21.5

This commit is contained in:
Luis
2023-12-06 05:05:37 +00:00
parent ea9e8e4871
commit 3aa38f0461
3 changed files with 1479 additions and 1471 deletions

View File

@@ -1,2 +1,2 @@
b5ead0fdcb32540df8376389ee6c34a4 go-1.21.4.linux-amd64.tar.gz
92054b4df78d17ce035c9943a3ed1fec go-1.21.4.src.tar.gz
68f16ff3f60b9dbadd8d4097c7f59c56 go-1.21.5.linux-amd64.tar.gz
99385ded31906f1554c27015bbbee52d go-1.21.5.src.tar.gz

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# description : The Go Programming Language
name=go
version=1.21.4
version=1.21.5
release=1
noextract="${name}-${version}.linux-amd64.tar.gz"
source="$name-${version}.src.tar.gz::https://golang.org/dl/go${version}.src.tar.gz
@@ -9,6 +9,10 @@ source="$name-${version}.src.tar.gz::https://golang.org/dl/go${version}.src.tar.
unset LC_ALL
NO_STRIP=yes
bsdtar() {
tar $@
}
build() {
install -d $name-${version}