Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tflint: update to 0.45.0.
@ 2023-03-29  8:41 Emru1
  2023-03-29  8:55 ` mhmdanas
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Emru1 @ 2023-03-29  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages tflint
https://github.com/void-linux/void-packages/pull/43093

tflint: update to 0.45.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

Builded and tested on amd64-glibc

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

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

From 4fb5db091c57a210956bf19be5bf9b30cc86c82e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Wed, 29 Mar 2023 10:40:35 +0200
Subject: [PATCH] tflint: update to 0.45.0.

---
 srcpkgs/tflint/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tflint/template b/srcpkgs/tflint/template
index 49dd01125312..88cc41b93570 100644
--- a/srcpkgs/tflint/template
+++ b/srcpkgs/tflint/template
@@ -1,15 +1,15 @@
 # Template file for 'tflint'
 pkgname=tflint
-version=0.22.0
+version=0.45.0
 revision=1
 build_style=go
 go_import_path="github.com/terraform-linters/$pkgname"
 short_desc="Terraform linter focused on possible errors, best practices, etc"
-maintainer="Sora Morimoto <sora@morimoto.io>"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="MPL-2.0"
 homepage="https://github.com/terraform-linters/tflint"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=a67684904b52f53dc0d5cc26c35927323f458507cbc5abee19351736a955912d
+checksum=74d2852d7f20535458bad329c128c189183c8ba1944deed38c4b820798279b6e
 
 post_install() {
 	vlicense LICENSE

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

* Re: tflint: update to 0.45.0.
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
@ 2023-03-29  8:55 ` mhmdanas
  2023-03-29  8:56 ` [PR REVIEW] " classabbyamp
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-03-29  8:55 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#issuecomment-1488195409

Comment:
Append ", adopt" to the PR title and commit message.

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

* Re: [PR REVIEW] tflint: update to 0.45.0.
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
  2023-03-29  8:55 ` mhmdanas
  2023-03-29  8:56 ` [PR REVIEW] " classabbyamp
@ 2023-03-29  8:56 ` classabbyamp
  2023-03-29  8:56 ` classabbyamp
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-29  8:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151608662

Comment:
```suggestion
 distfiles=https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
```



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

* Re: [PR REVIEW] tflint: update to 0.45.0.
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (2 preceding siblings ...)
  2023-03-29  8:56 ` classabbyamp
@ 2023-03-29  8:56 ` classabbyamp
  2023-03-29  8:57 ` classabbyamp
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-29  8:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151609119

Comment:
@smorimoto can they adopt this from you? 

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

* Re: [PR REVIEW] tflint: update to 0.45.0.
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
  2023-03-29  8:55 ` mhmdanas
@ 2023-03-29  8:56 ` classabbyamp
  2023-03-29  8:56 ` classabbyamp
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-29  8:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151609555

Comment:
```suggestion
 go_import_path="github.com/terraform-linters/tflint"
```


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

* Re: [PR REVIEW] tflint: update to 0.45.0.
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (3 preceding siblings ...)
  2023-03-29  8:56 ` classabbyamp
@ 2023-03-29  8:57 ` classabbyamp
  2023-03-29  9:00 ` [PR REVIEW] tflint: update to 0.45.0, adopt MarcinWieczorek
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-29  8:57 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151608662

Comment:
```suggestion
distfiles=https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
```



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

* Re: [PR REVIEW] tflint: update to 0.45.0, adopt
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (4 preceding siblings ...)
  2023-03-29  8:57 ` classabbyamp
@ 2023-03-29  9:00 ` MarcinWieczorek
  2023-03-29  9:06 ` classabbyamp
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: MarcinWieczorek @ 2023-03-29  9:00 UTC (permalink / raw)
  To: ml

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

New review comment by MarcinWieczorek on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151614652

Comment:
You're missing a quote there.

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

* Re: [PR REVIEW] tflint: update to 0.45.0, adopt
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (5 preceding siblings ...)
  2023-03-29  9:00 ` [PR REVIEW] tflint: update to 0.45.0, adopt MarcinWieczorek
@ 2023-03-29  9:06 ` classabbyamp
  2023-03-29  9:06 ` classabbyamp
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-29  9:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151621543

Comment:
the hazards of mobile editing, but i think the point comes across

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

* Re: [PR REVIEW] tflint: update to 0.45.0, adopt
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (6 preceding siblings ...)
  2023-03-29  9:06 ` classabbyamp
@ 2023-03-29  9:06 ` classabbyamp
  2023-03-29  9:08 ` [PR PATCH] [Updated] " Emru1
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-29  9:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151608662

Comment:
```suggestion
distfiles="https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
```



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

* Re: [PR PATCH] [Updated] tflint: update to 0.45.0, adopt
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (7 preceding siblings ...)
  2023-03-29  9:06 ` classabbyamp
@ 2023-03-29  9:08 ` Emru1
  2023-03-29  9:24 ` [PR REVIEW] " smorimoto
  2023-03-29 14:35 ` [PR PATCH] [Merged]: " abenson
  10 siblings, 0 replies; 12+ messages in thread
From: Emru1 @ 2023-03-29  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages tflint
https://github.com/void-linux/void-packages/pull/43093

tflint: update to 0.45.0, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

Builded and tested on amd64-glibc

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

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

From 634cbcbf4853e043c8e81ace00b8041623da9fa9 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Wed, 29 Mar 2023 10:40:35 +0200
Subject: [PATCH] tflint: update to 0.45.0, adopt

---
 srcpkgs/tflint/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tflint/template b/srcpkgs/tflint/template
index 49dd01125312..2c19e08f3add 100644
--- a/srcpkgs/tflint/template
+++ b/srcpkgs/tflint/template
@@ -1,15 +1,15 @@
 # Template file for 'tflint'
 pkgname=tflint
-version=0.22.0
+version=0.45.0
 revision=1
 build_style=go
-go_import_path="github.com/terraform-linters/$pkgname"
+go_import_path="github.com/terraform-linters/tflint"
 short_desc="Terraform linter focused on possible errors, best practices, etc"
-maintainer="Sora Morimoto <sora@morimoto.io>"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="MPL-2.0"
 homepage="https://github.com/terraform-linters/tflint"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=a67684904b52f53dc0d5cc26c35927323f458507cbc5abee19351736a955912d
+distfiles="https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
+checksum=74d2852d7f20535458bad329c128c189183c8ba1944deed38c4b820798279b6e
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] tflint: update to 0.45.0, adopt
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (8 preceding siblings ...)
  2023-03-29  9:08 ` [PR PATCH] [Updated] " Emru1
@ 2023-03-29  9:24 ` smorimoto
  2023-03-29 14:35 ` [PR PATCH] [Merged]: " abenson
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2023-03-29  9:24 UTC (permalink / raw)
  To: ml

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

New review comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/43093#discussion_r1151644212

Comment:
I don't have any problem with it! Rather, I'm sorry that I haven't been able to take care of this for a long time! 😱

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

* Re: [PR PATCH] [Merged]: tflint: update to 0.45.0, adopt
  2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
                   ` (9 preceding siblings ...)
  2023-03-29  9:24 ` [PR REVIEW] " smorimoto
@ 2023-03-29 14:35 ` abenson
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2023-03-29 14:35 UTC (permalink / raw)
  To: ml

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

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

tflint: update to 0.45.0, adopt
https://github.com/void-linux/void-packages/pull/43093

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

Builded and tested on amd64-glibc

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

end of thread, other threads:[~2023-03-29 14:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29  8:41 [PR PATCH] tflint: update to 0.45.0 Emru1
2023-03-29  8:55 ` mhmdanas
2023-03-29  8:56 ` [PR REVIEW] " classabbyamp
2023-03-29  8:56 ` classabbyamp
2023-03-29  8:56 ` classabbyamp
2023-03-29  8:57 ` classabbyamp
2023-03-29  9:00 ` [PR REVIEW] tflint: update to 0.45.0, adopt MarcinWieczorek
2023-03-29  9:06 ` classabbyamp
2023-03-29  9:06 ` classabbyamp
2023-03-29  9:08 ` [PR PATCH] [Updated] " Emru1
2023-03-29  9:24 ` [PR REVIEW] " smorimoto
2023-03-29 14:35 ` [PR PATCH] [Merged]: " abenson

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