go: update to 1.17.1.
This commit is contained in:
parent
2d51e0e399
commit
56f828a89e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'go'
|
||||
pkgname=go
|
||||
version=1.17
|
||||
version=1.17.1
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=go
|
||||
|
@ -8,10 +8,10 @@ hostmakedepends="go1.12-bootstrap"
|
|||
short_desc="Go Programming Language"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://golang.org/"
|
||||
homepage="https://golang.org/"
|
||||
changelog="https://golang.org/doc/devel/release.html"
|
||||
distfiles="https://golang.org/dl/go${version}.src.tar.gz"
|
||||
checksum=3a70e5055509f347c0fb831ca07a2bf3b531068f349b14a3c652e9b5b67beb5d
|
||||
checksum=49dc08339770acd5613312db8c141eaf61779995577b89d93b541ef83067e5b1
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
|
||||
|
@ -44,7 +44,7 @@ do_build() {
|
|||
|
||||
cd "src"
|
||||
|
||||
bash make.bash --no-clean -v
|
||||
bash make.bash -v
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue