Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] golangci-lint: update to 1.51.1.
@ 2023-02-16 20:58 TeddyDD
  2023-03-04 22:31 ` [PR PATCH] [Updated] " TeddyDD
  2023-03-05 22:20 ` [PR PATCH] [Merged]: golangci-lint: update to 1.51.2 Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2023-02-16 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-golangci-lint
https://github.com/void-linux/void-packages/pull/42316

golangci-lint: update to 1.51.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-golangci-lint-42316.patch --]
[-- Type: text/x-diff, Size: 1196 bytes --]

From deaff14fee8304c7348d43a5ae08ea3d7db2f151 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 16 Feb 2023 21:57:33 +0100
Subject: [PATCH] golangci-lint: update to 1.51.1.

---
 srcpkgs/golangci-lint/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index 152491f56417..6414f95cb361 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,6 +1,6 @@
 # Template file for 'golangci-lint'
 pkgname=golangci-lint
-version=1.48.0
+version=1.51.1
 revision=1
 build_style=go
 go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
@@ -11,7 +11,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
-checksum=cedddf1ff23d506211440ebe9fb4a9a738421304d47833d8b0af6586a5de67f5
+checksum=a5aafcca574295ad8a47a86cab4f8a90fee57bffc0531b1744ead8d4b78fbb30
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

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

* Re: [PR PATCH] [Updated] golangci-lint: update to 1.51.1.
  2023-02-16 20:58 [PR PATCH] golangci-lint: update to 1.51.1 TeddyDD
@ 2023-03-04 22:31 ` TeddyDD
  2023-03-05 22:20 ` [PR PATCH] [Merged]: golangci-lint: update to 1.51.2 Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2023-03-04 22:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by TeddyDD against master on the void-packages repository

https://github.com/TeddyDD/void-packages-1 update-golangci-lint
https://github.com/void-linux/void-packages/pull/42316

golangci-lint: update to 1.51.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-golangci-lint-42316.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]

From cbbb5b19cf9a47f8a6f928cfccf6f41d54195867 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 4 Mar 2023 23:30:40 +0100
Subject: [PATCH] golangci-lint: update to 1.51.2.

---
 srcpkgs/golangci-lint/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index 152491f56417..438cad842415 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,6 +1,6 @@
 # Template file for 'golangci-lint'
 pkgname=golangci-lint
-version=1.48.0
+version=1.51.2
 revision=1
 build_style=go
 go_import_path=github.com/golangci/golangci-lint/cmd/golangci-lint
@@ -11,7 +11,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
-checksum=cedddf1ff23d506211440ebe9fb4a9a738421304d47833d8b0af6586a5de67f5
+checksum=7e5bc05ad3739cec5a8b4e947a02d540c657a06039175c8822e1000f6bf606bd
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

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

* Re: [PR PATCH] [Merged]: golangci-lint: update to 1.51.2.
  2023-02-16 20:58 [PR PATCH] golangci-lint: update to 1.51.1 TeddyDD
  2023-03-04 22:31 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-03-05 22:20 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2023-03-05 22:20 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

golangci-lint: update to 1.51.2.
https://github.com/void-linux/void-packages/pull/42316

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-03-05 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 20:58 [PR PATCH] golangci-lint: update to 1.51.1 TeddyDD
2023-03-04 22:31 ` [PR PATCH] [Updated] " TeddyDD
2023-03-05 22:20 ` [PR PATCH] [Merged]: golangci-lint: update to 1.51.2 Piraty

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).