Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tflint: update to 0.21.0
@ 2020-11-23 19:32 smorimoto
  2020-11-23 19:49 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: smorimoto @ 2020-11-23 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages tflint-0.21.0
https://github.com/void-linux/void-packages/pull/26658

tflint: update to 0.21.0


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

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

From ed9be758d7a7b3a91bdfe319cec14a32bc10f091 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 24 Nov 2020 04:31:53 +0900
Subject: [PATCH] tflint: update to 0.21.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/tflint/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tflint/template b/srcpkgs/tflint/template
index 305bbc146b9..5f9cab6cad8 100644
--- a/srcpkgs/tflint/template
+++ b/srcpkgs/tflint/template
@@ -1,6 +1,6 @@
 # Template file for 'tflint'
 pkgname=tflint
-version=0.20.3
+version=0.21.0
 revision=1
 build_style=go
 go_import_path="github.com/terraform-linters/$pkgname"
@@ -9,7 +9,7 @@ maintainer="Sora Morimoto <sora@morimoto.io>"
 license="MPL-2.0"
 homepage="https://github.com/terraform-linters/tflint"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=a375bdcae4276e39607a026da9b50ddca6656586baed2c7c667ed77acf570985
+checksum=b93c08074be5cc12700863d5390b8f255399ac758b75dcf365b9a10ec456b47f
 
 post_install() {
 	vlicense LICENSE

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

* Re: tflint: update to 0.21.0
  2020-11-23 19:32 [PR PATCH] tflint: update to 0.21.0 smorimoto
@ 2020-11-23 19:49 ` ericonr
  2020-12-06  8:52 ` smorimoto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-23 19:49 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26658#issuecomment-732387934

Comment:
@smorimoto could you do me a favor and cross build the package for `aarch64-musl` and `armv7l-musl` targets, unpack them, and paste the output of `readelf -d /path/to/binary` ? If the output includes `TEXTREL`, this can't be merged as is. 

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

* Re: tflint: update to 0.21.0
  2020-11-23 19:32 [PR PATCH] tflint: update to 0.21.0 smorimoto
  2020-11-23 19:49 ` ericonr
@ 2020-12-06  8:52 ` smorimoto
  2020-12-06  8:53 ` [PR PATCH] [Updated] " smorimoto
  2020-12-07  6:20 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: smorimoto @ 2020-12-06  8:52 UTC (permalink / raw)
  To: ml

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

New comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/26658#issuecomment-739474087

Comment:
Oh, sorry for the late reply. There is no `TEXTREL` in them.

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

* Re: [PR PATCH] [Updated] tflint: update to 0.21.0
  2020-11-23 19:32 [PR PATCH] tflint: update to 0.21.0 smorimoto
  2020-11-23 19:49 ` ericonr
  2020-12-06  8:52 ` smorimoto
@ 2020-12-06  8:53 ` smorimoto
  2020-12-07  6:20 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: smorimoto @ 2020-12-06  8:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages tflint-0.21.0
https://github.com/void-linux/void-packages/pull/26658

tflint: update to 0.21.0


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

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

From 8909fa98fa426a1b512bcf99b6f81d06220b8e9b Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 24 Nov 2020 04:31:53 +0900
Subject: [PATCH] tflint: update to 0.21.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/tflint/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tflint/template b/srcpkgs/tflint/template
index 305bbc146b9..5f9cab6cad8 100644
--- a/srcpkgs/tflint/template
+++ b/srcpkgs/tflint/template
@@ -1,6 +1,6 @@
 # Template file for 'tflint'
 pkgname=tflint
-version=0.20.3
+version=0.21.0
 revision=1
 build_style=go
 go_import_path="github.com/terraform-linters/$pkgname"
@@ -9,7 +9,7 @@ maintainer="Sora Morimoto <sora@morimoto.io>"
 license="MPL-2.0"
 homepage="https://github.com/terraform-linters/tflint"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=a375bdcae4276e39607a026da9b50ddca6656586baed2c7c667ed77acf570985
+checksum=b93c08074be5cc12700863d5390b8f255399ac758b75dcf365b9a10ec456b47f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: tflint: update to 0.21.0
  2020-11-23 19:32 [PR PATCH] tflint: update to 0.21.0 smorimoto
                   ` (2 preceding siblings ...)
  2020-12-06  8:53 ` [PR PATCH] [Updated] " smorimoto
@ 2020-12-07  6:20 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-07  6:20 UTC (permalink / raw)
  To: ml

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

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

tflint: update to 0.21.0
https://github.com/void-linux/void-packages/pull/26658

Description:


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

end of thread, other threads:[~2020-12-07  6:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23 19:32 [PR PATCH] tflint: update to 0.21.0 smorimoto
2020-11-23 19:49 ` ericonr
2020-12-06  8:52 ` smorimoto
2020-12-06  8:53 ` [PR PATCH] [Updated] " smorimoto
2020-12-07  6:20 ` [PR PATCH] [Merged]: " ericonr

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