Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vale: update to 2.28.1.
@ 2023-07-25 19:26 icp1994
  2023-07-25 19:33 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-07-25 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages vale
https://github.com/void-linux/void-packages/pull/45253

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From b41cb7648151fad6b42067ee696efcf1c296aebe Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 26 Jul 2023 00:56:04 +0530
Subject: [PATCH] vale: update to 2.28.1.

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

diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template
index 8a1fbb315adea..57da0673e2fa7 100644
--- a/srcpkgs/vale/template
+++ b/srcpkgs/vale/template
@@ -1,6 +1,6 @@
 # Template file for 'vale'
 pkgname=vale
-version=2.28.0
+version=2.28.1
 revision=1
 build_style=go
 go_import_path="github.com/errata-ai/vale/v2"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://vale.sh"
 changelog="https://github.com/errata-ai/vale/releases"
 distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
-checksum=cd69f33b0f030e098bd978f0a8a1becbaf432bd6326a12ee15dd3bf9ea051f67
+checksum=db8ba14266e026dbbefcd6495e9095a41434e599c109310a6f493a6025a5a42f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] vale: update to 2.28.1.
  2023-07-25 19:26 [PR PATCH] vale: update to 2.28.1 icp1994
@ 2023-07-25 19:33 ` icp1994
  2023-07-25 20:13 ` icp1994
  2023-07-28  5:20 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-07-25 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages vale
https://github.com/void-linux/void-packages/pull/45253

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From ebded1fcce5eef1a7dfef328d2b0bc1ae0b439f3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 26 Jul 2023 00:56:04 +0530
Subject: [PATCH] vale: update to 2.28.1.

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

diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template
index 8a1fbb315adea..b9628ac745be8 100644
--- a/srcpkgs/vale/template
+++ b/srcpkgs/vale/template
@@ -1,18 +1,18 @@
 # Template file for 'vale'
 pkgname=vale
-version=2.28.0
+version=2.28.1
 revision=1
 build_style=go
 go_import_path="github.com/errata-ai/vale/v2"
 go_package="${go_import_path}/cmd/vale"
-go_ldflags=" -X main.version=${version}"
+go_ldflags="-X main.version=${version}"
 short_desc="Natural language linter"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://vale.sh"
 changelog="https://github.com/errata-ai/vale/releases"
 distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
-checksum=cd69f33b0f030e098bd978f0a8a1becbaf432bd6326a12ee15dd3bf9ea051f67
+checksum=db8ba14266e026dbbefcd6495e9095a41434e599c109310a6f493a6025a5a42f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] vale: update to 2.28.1.
  2023-07-25 19:26 [PR PATCH] vale: update to 2.28.1 icp1994
  2023-07-25 19:33 ` [PR PATCH] [Updated] " icp1994
@ 2023-07-25 20:13 ` icp1994
  2023-07-28  5:20 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-07-25 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages vale
https://github.com/void-linux/void-packages/pull/45253

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 5264b168aa6d4c64d5c3e51e1b3a2e7fb3f13f26 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 26 Jul 2023 00:56:04 +0530
Subject: [PATCH] vale: update to 2.28.1.

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

diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template
index 8a1fbb315adea..57da0673e2fa7 100644
--- a/srcpkgs/vale/template
+++ b/srcpkgs/vale/template
@@ -1,6 +1,6 @@
 # Template file for 'vale'
 pkgname=vale
-version=2.28.0
+version=2.28.1
 revision=1
 build_style=go
 go_import_path="github.com/errata-ai/vale/v2"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://vale.sh"
 changelog="https://github.com/errata-ai/vale/releases"
 distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
-checksum=cd69f33b0f030e098bd978f0a8a1becbaf432bd6326a12ee15dd3bf9ea051f67
+checksum=db8ba14266e026dbbefcd6495e9095a41434e599c109310a6f493a6025a5a42f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: vale: update to 2.28.1.
  2023-07-25 19:26 [PR PATCH] vale: update to 2.28.1 icp1994
  2023-07-25 19:33 ` [PR PATCH] [Updated] " icp1994
  2023-07-25 20:13 ` icp1994
@ 2023-07-28  5:20 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-28  5:20 UTC (permalink / raw)
  To: ml

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

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

vale: update to 2.28.1.
https://github.com/void-linux/void-packages/pull/45253

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-07-28  5:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 19:26 [PR PATCH] vale: update to 2.28.1 icp1994
2023-07-25 19:33 ` [PR PATCH] [Updated] " icp1994
2023-07-25 20:13 ` icp1994
2023-07-28  5:20 ` [PR PATCH] [Merged]: " classabbyamp

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