Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go: update to 1.17.1.
@ 2021-09-14 20:08 paper42
  2021-09-14 20:22 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2021-09-14 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1116 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages go-1.17.1
https://github.com/void-linux/void-packages/pull/32966

go: update to 1.17.1.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I removed --no-clean because it's deprecated, ignored and forcing this behavior now seems to be hard and probably not worth it.
```
=> go-1.17.1_1: running do_build ...
Building Go cmd/dist using /usr/lib/go1.12. (go1.12.17 linux/amd64)
warning: --no-clean is deprecated and has no effect; use 'go install std cmd' instead
Building Go toolchain1 using /usr/lib/go1.12.
```

A patch file from https://github.com/void-linux/void-packages/pull/32966.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-1.17.1-32966.patch --]
[-- Type: text/x-diff, Size: 1208 bytes --]

From 51fb2b6549ea37468a44ff21b9c412509034f7a7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 14 Sep 2021 21:39:24 +0200
Subject: [PATCH] go: update to 1.17.1.

---
 srcpkgs/go/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 2334351b98ff..9d6294c91fd2 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -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() {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-14 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 20:08 [PR PATCH] go: update to 1.17.1 paper42
2021-09-14 20:22 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).