Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jsonnet-language-server: update to 0.9.1
@ 2022-10-09 21:27 CameronNemo
  2022-10-09 21:29 ` [PR PATCH] [Updated] " CameronNemo
  2022-10-10 10:19 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: CameronNemo @ 2022-10-09 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages jsonnet-language-server-0.9.1
https://github.com/void-linux/void-packages/pull/39850

jsonnet-language-server: update to 0.9.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/39850.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jsonnet-language-server-0.9.1-39850.patch --]
[-- Type: text/x-diff, Size: 1201 bytes --]

From 25c8bb67d5cb814aa9b3524bdc3cdec8e463f7ce Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 9 Oct 2022 14:18:56 -0700
Subject: [PATCH] jsonnet-language-server: update to 0.9.1

---
 srcpkgs/jsonnet-language-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jsonnet-language-server/template b/srcpkgs/jsonnet-language-server/template
index 2e5c2ca0f671..02d5001ff662 100644
--- a/srcpkgs/jsonnet-language-server/template
+++ b/srcpkgs/jsonnet-language-server/template
@@ -1,6 +1,6 @@
 # Template file for 'jsonnet-language-server'
 pkgname=jsonnet-language-server
-version=0.7.2
+version=0.9.1
 revision=1
 build_style=go
 go_import_path=github.com/grafana/jsonnet-language-server
@@ -9,7 +9,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/grafana/jsonnet-language-server"
 distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
-checksum=6ec1021db34334fd21f738e3c2798250a26c1a4facebf5fb10ff6d9f5ad62f3e
+checksum=1b475e38c4ddc1000ac8abd68d1b876dbca25876225b865e684a4fc9e6ece710
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] jsonnet-language-server: update to 0.9.1
  2022-10-09 21:27 [PR PATCH] jsonnet-language-server: update to 0.9.1 CameronNemo
@ 2022-10-09 21:29 ` CameronNemo
  2022-10-10 10:19 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: CameronNemo @ 2022-10-09 21:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages jsonnet-language-server-0.9.1
https://github.com/void-linux/void-packages/pull/39850

jsonnet-language-server: update to 0.9.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/39850.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jsonnet-language-server-0.9.1-39850.patch --]
[-- Type: text/x-diff, Size: 1297 bytes --]

From 09b5a83bc7c9848806505792e9de06c3a902cdc1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 9 Oct 2022 14:18:56 -0700
Subject: [PATCH] jsonnet-language-server: update to 0.9.1

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

diff --git a/srcpkgs/jsonnet-language-server/template b/srcpkgs/jsonnet-language-server/template
index 2e5c2ca0f671..0bae91e67918 100644
--- a/srcpkgs/jsonnet-language-server/template
+++ b/srcpkgs/jsonnet-language-server/template
@@ -1,15 +1,15 @@
 # Template file for 'jsonnet-language-server'
 pkgname=jsonnet-language-server
-version=0.7.2
+version=0.9.1
 revision=1
 build_style=go
 go_import_path=github.com/grafana/jsonnet-language-server
 short_desc="Language Server Protocol (LSP) server for Jsonnet"
-maintainer="Cameron Nemo <cnemo@tutanota.com>"
+maintainer="Cameron Nemo <cam@nohom.org>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/grafana/jsonnet-language-server"
 distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
-checksum=6ec1021db34334fd21f738e3c2798250a26c1a4facebf5fb10ff6d9f5ad62f3e
+checksum=1b475e38c4ddc1000ac8abd68d1b876dbca25876225b865e684a4fc9e6ece710
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: jsonnet-language-server: update to 0.9.1
  2022-10-09 21:27 [PR PATCH] jsonnet-language-server: update to 0.9.1 CameronNemo
  2022-10-09 21:29 ` [PR PATCH] [Updated] " CameronNemo
@ 2022-10-10 10:19 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2022-10-10 10:19 UTC (permalink / raw)
  To: ml

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

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

jsonnet-language-server: update to 0.9.1
https://github.com/void-linux/void-packages/pull/39850

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:[~2022-10-10 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 21:27 [PR PATCH] jsonnet-language-server: update to 0.9.1 CameronNemo
2022-10-09 21:29 ` [PR PATCH] [Updated] " CameronNemo
2022-10-10 10:19 ` [PR PATCH] [Merged]: " Duncaen

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