* Re: terraform-ls: update to 0.32.6.
2024-02-09 11:01 [PR PATCH] terraform-ls: update to 0.32.6 Emru1
@ 2024-02-13 22:28 ` cinerea0
2024-02-14 12:02 ` [PR PATCH] [Updated] " Emru1
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-13 22:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
New comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/48620#issuecomment-1942745001
Comment:
The newest version is 0.32.7, please update this PR to package that version.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] terraform-ls: update to 0.32.6.
2024-02-09 11:01 [PR PATCH] terraform-ls: update to 0.32.6 Emru1
2024-02-13 22:28 ` cinerea0
@ 2024-02-14 12:02 ` Emru1
2024-02-14 12:02 ` Emru1
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2024-02-14 12:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages terraform-ls-0.32.6
https://github.com/void-linux/void-packages/pull/48620
terraform-ls: update to 0.32.6.
<!-- 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/48620.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terraform-ls-0.32.6-48620.patch --]
[-- Type: text/x-diff, Size: 2138 bytes --]
From 51095cf83b1c94c5378c545d4826cc82c43c4dd9 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Fri, 9 Feb 2024 11:50:42 +0100
Subject: [PATCH 1/2] terraform-ls: update to 0.32.6.
---
srcpkgs/terraform-ls/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/terraform-ls/template b/srcpkgs/terraform-ls/template
index abbb6d4947237..a76363d76a31f 100644
--- a/srcpkgs/terraform-ls/template
+++ b/srcpkgs/terraform-ls/template
@@ -1,6 +1,6 @@
# Template file for 'terraform-ls'
pkgname=terraform-ls
-version=0.32.4
+version=0.32.6
revision=1
build_style=go
go_import_path="github.com/hashicorp/terraform-ls"
@@ -9,7 +9,7 @@ maintainer="Emil Tomczyk <emru@emru.xyz>"
license="MPL-2.0"
homepage="https://github.com/hashicorp/terraform-ls"
distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
-checksum=a7d9c19c9118b4815b268fafcd49d0f663eea111a63bc9519a7896b7347997ed
+checksum=9a7e5d0bbfabcadd653d7fbc326f8bc3c458aa4f4652c519e8fe4f3bd464a8a6
post_install() {
vlicense LICENSE
From 98257c1801ea86398cf3bc934bbfa09c762f0c02 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Wed, 14 Feb 2024 13:01:48 +0100
Subject: [PATCH 2/2] terraform-ls: update to 0.32.7.
---
srcpkgs/terraform-ls/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/terraform-ls/template b/srcpkgs/terraform-ls/template
index a76363d76a31f..f55122bd58bfa 100644
--- a/srcpkgs/terraform-ls/template
+++ b/srcpkgs/terraform-ls/template
@@ -1,6 +1,6 @@
# Template file for 'terraform-ls'
pkgname=terraform-ls
-version=0.32.6
+version=0.32.7
revision=1
build_style=go
go_import_path="github.com/hashicorp/terraform-ls"
@@ -9,7 +9,7 @@ maintainer="Emil Tomczyk <emru@emru.xyz>"
license="MPL-2.0"
homepage="https://github.com/hashicorp/terraform-ls"
distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
-checksum=9a7e5d0bbfabcadd653d7fbc326f8bc3c458aa4f4652c519e8fe4f3bd464a8a6
+checksum=8e9297c96999efd44c4cbb2a2ff3d7fb245743a1b230af0958ecb5fe06a5d626
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: terraform-ls: update to 0.32.6.
2024-02-09 11:01 [PR PATCH] terraform-ls: update to 0.32.6 Emru1
2024-02-13 22:28 ` cinerea0
2024-02-14 12:02 ` [PR PATCH] [Updated] " Emru1
@ 2024-02-14 12:02 ` Emru1
2024-02-14 13:07 ` cinerea0
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2024-02-14 12:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/48620#issuecomment-1943635187
Comment:
I don't know if I should overwrite old commit
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: terraform-ls: update to 0.32.6.
2024-02-09 11:01 [PR PATCH] terraform-ls: update to 0.32.6 Emru1
` (2 preceding siblings ...)
2024-02-14 12:02 ` Emru1
@ 2024-02-14 13:07 ` cinerea0
2024-02-14 13:32 ` [PR PATCH] [Updated] " Emru1
2024-02-14 14:41 ` [PR PATCH] [Merged]: " cinerea0
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-14 13:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
New comment by cinerea0 on void-packages repository
https://github.com/void-linux/void-packages/pull/48620#issuecomment-1943734586
Comment:
Yes, please squash the commits or re-write history with force-push.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] terraform-ls: update to 0.32.6.
2024-02-09 11:01 [PR PATCH] terraform-ls: update to 0.32.6 Emru1
` (3 preceding siblings ...)
2024-02-14 13:07 ` cinerea0
@ 2024-02-14 13:32 ` Emru1
2024-02-14 14:41 ` [PR PATCH] [Merged]: " cinerea0
5 siblings, 0 replies; 7+ messages in thread
From: Emru1 @ 2024-02-14 13:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages terraform-ls-0.32.6
https://github.com/void-linux/void-packages/pull/48620
terraform-ls: update to 0.32.6.
<!-- 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/48620.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terraform-ls-0.32.6-48620.patch --]
[-- Type: text/x-diff, Size: 1067 bytes --]
From 0b66cedf3c90330119629a2e288e34d6099b5592 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Wed, 14 Feb 2024 14:31:58 +0100
Subject: [PATCH] terraform-ls: update to 0.32.7.
---
srcpkgs/terraform-ls/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/terraform-ls/template b/srcpkgs/terraform-ls/template
index abbb6d49472377..f55122bd58bfae 100644
--- a/srcpkgs/terraform-ls/template
+++ b/srcpkgs/terraform-ls/template
@@ -1,6 +1,6 @@
# Template file for 'terraform-ls'
pkgname=terraform-ls
-version=0.32.4
+version=0.32.7
revision=1
build_style=go
go_import_path="github.com/hashicorp/terraform-ls"
@@ -9,7 +9,7 @@ maintainer="Emil Tomczyk <emru@emru.xyz>"
license="MPL-2.0"
homepage="https://github.com/hashicorp/terraform-ls"
distfiles="https://github.com/hashicorp/terraform-ls/archive/v${version}.tar.gz"
-checksum=a7d9c19c9118b4815b268fafcd49d0f663eea111a63bc9519a7896b7347997ed
+checksum=8e9297c96999efd44c4cbb2a2ff3d7fb245743a1b230af0958ecb5fe06a5d626
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: terraform-ls: update to 0.32.6.
2024-02-09 11:01 [PR PATCH] terraform-ls: update to 0.32.6 Emru1
` (4 preceding siblings ...)
2024-02-14 13:32 ` [PR PATCH] [Updated] " Emru1
@ 2024-02-14 14:41 ` cinerea0
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-14 14:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]
There's a merged pull request on the void-packages repository
terraform-ls: update to 0.32.6.
https://github.com/void-linux/void-packages/pull/48620
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] 7+ messages in thread