Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vale*: update
@ 2023-02-11 19:27 icp1994
  2023-02-14 20:04 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-02-11 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 457 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/42216

vale*: update
#### 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/42216.patch is attached

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

From 9dd9d4f1c6f64ca2d64ae8bf3d54abc3a3638a86 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 3 Feb 2023 14:09:04 +0530
Subject: [PATCH 1/4] vale-style-alex: update to 0.2.1.

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

diff --git a/srcpkgs/vale-style-alex/template b/srcpkgs/vale-style-alex/template
index 49624e4a710d..3e37ab828279 100644
--- a/srcpkgs/vale-style-alex/template
+++ b/srcpkgs/vale-style-alex/template
@@ -1,13 +1,13 @@
 # Template file for 'vale-style-alex'
 pkgname=vale-style-alex
-version=0.1.1
+version=0.2.1
 revision=1
 short_desc="Vale-compatible implementation of the alex linter"
 maintainer="Gadzhi Kharkharov <me@kkga.me>"
 license="MIT"
 homepage="https://github.com/errata-ai/alex/"
-distfiles="https://github.com/errata-ai/alex/archive/v${version}.tar.gz"
-checksum=0e0321e459e54a1ca5596c6f16176fdf6491d3df4fca2eb9cc7aff72cffe8cff
+distfiles="https://github.com/errata-ai/alex/archive/refs/tags/v${version}.tar.gz"
+checksum=ef2db1bbe39d9edd99bf009f568c472400f8198def5b9ce3e8e4be9f060f4a37
 
 do_install() {
 	for f in alex/*.yml; do

From 6f82ef0200d14c10b247ea5888cd76229a94d1e6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 3 Feb 2023 14:10:26 +0530
Subject: [PATCH 2/4] vale-style-microsoft: update to 0.9.0.

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

diff --git a/srcpkgs/vale-style-microsoft/template b/srcpkgs/vale-style-microsoft/template
index ea1f6ca569c9..b449afd7ccec 100644
--- a/srcpkgs/vale-style-microsoft/template
+++ b/srcpkgs/vale-style-microsoft/template
@@ -1,13 +1,13 @@
 # Template file for 'vale-style-microsoft'
 pkgname=vale-style-microsoft
-version=0.8.1
+version=0.9.0
 revision=1
 short_desc="Vale-compatible implementation of the Microsoft Writing Style Guide"
 maintainer="Paper <paper@tilde.institute>"
 license="MIT"
 homepage="https://github.com/errata-ai/Microsoft/"
-distfiles="https://github.com/errata-ai/Microsoft/archive/v${version}.tar.gz"
-checksum=efb23757ded10679574dd10b280769a04beb567b57bb7ac625241152cd7249cd
+distfiles="https://github.com/errata-ai/Microsoft/archive/refs/tags/v${version}.tar.gz"
+checksum=9aa65afa930a7730ce8a7db1c4634c718a18228b94062d02f752b309f2f8fe5f
 
 do_install() {
 	for f in Microsoft/*.yml; do

From 97dfb9a6306c4ef386adcf733f6c4536d465310a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 3 Feb 2023 14:11:33 +0530
Subject: [PATCH 3/4] vale-style-proselint: update to 0.3.3.

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

diff --git a/srcpkgs/vale-style-proselint/template b/srcpkgs/vale-style-proselint/template
index b382f5ac46a4..e71b55a89f89 100644
--- a/srcpkgs/vale-style-proselint/template
+++ b/srcpkgs/vale-style-proselint/template
@@ -1,13 +1,13 @@
 # Template file for 'vale-style-proselint'
 pkgname=vale-style-proselint
-version=0.3.2
+version=0.3.3
 revision=1
 short_desc="Vale-compatible implementation of the proselint linter"
 maintainer="Paper <paper@tilde.institute>"
 license="MIT"
 homepage="https://github.com/errata-ai/proselint/"
-distfiles="https://github.com/errata-ai/proselint/archive/v${version}.tar.gz"
-checksum=69916df94c0bfcc2520d7f49ae7a002137985f04702a58d8aaa0adc5fa55b8e2
+distfiles="https://github.com/errata-ai/proselint/archive/refs/tags/v${version}.tar.gz"
+checksum=7bca1d740af7966a257c18e846af509e338b38608136f3ae1b39bbe797561f6b
 
 do_install() {
 	for f in proselint/*.yml; do

From d9f0627c06626d7008a2352b5331024fd7881375 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 12 Feb 2023 00:55:49 +0530
Subject: [PATCH 4/4] vale: update to 2.23.0.

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

diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template
index 3dff3b0e815e..d267e411e5c8 100644
--- a/srcpkgs/vale/template
+++ b/srcpkgs/vale/template
@@ -1,6 +1,6 @@
 # Template file for 'vale'
 pkgname=vale
-version=2.22.0
+version=2.23.0
 revision=1
 build_style=go
 go_import_path="github.com/errata-ai/vale/v2"
@@ -11,7 +11,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://vale.sh"
 distfiles="https://github.com/errata-ai/vale/archive/refs/tags/v${version}.tar.gz"
-checksum=6b0ef559979c60f2bf7d7ac0e73ce1402208a05d0ea33987eb2dca5727db9aa7
+checksum=bc759982d639fda1aa985d3ed19085210298dafbf8ff121b1d3f5883459af12e
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: vale*: update
  2023-02-11 19:27 [PR PATCH] vale*: update icp1994
@ 2023-02-14 20:04 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2023-02-14 20:04 UTC (permalink / raw)
  To: ml

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

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

vale*: update
https://github.com/void-linux/void-packages/pull/42216

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] 2+ messages in thread

end of thread, other threads:[~2023-02-14 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 19:27 [PR PATCH] vale*: update icp1994
2023-02-14 20:04 ` [PR PATCH] [Merged]: " paper42

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