Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] vale*: update
Date: Sat, 11 Feb 2023 20:27:21 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42216@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-02-11 19:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-11 19:27 icp1994 [this message]
2023-02-14 20:04 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42216@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).