Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ast-grep: update to 0.20.3.
@ 2024-04-09 19:03 icp1994
  2024-04-10  8:14 ` [PR PATCH] [Updated] " icp1994
  2024-04-10 14:42 ` [PR PATCH] [Merged]: ast-grep: update to 0.20.4 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-04-09 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/49774

ast-grep: update to 0.20.3.
#### 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/49774.patch is attached

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

From 42566ca3616758e860a20c472bebb7bf9dc9f8ca Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 8 Apr 2024 22:46:16 +0530
Subject: [PATCH] ast-grep: update to 0.20.3.

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

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
index 413f21b4c8f918..bcd6840e0102fc 100644
--- a/srcpkgs/ast-grep/template
+++ b/srcpkgs/ast-grep/template
@@ -1,6 +1,6 @@
 # Template file for 'ast-grep'
 pkgname=ast-grep
-version=0.20.2
+version=0.20.3
 revision=1
 build_style=cargo
 make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://ast-grep.github.io"
 changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
-checksum=7ac93d17591227a26f38236c94d3c618cb5e9d317971e7c24af21a97fd398b79
+checksum=3a6b77824004a47ae32f60dd4d30e2d35060273acf67374253cece9f5b37b8b1
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ast-grep: update to 0.20.3.
  2024-04-09 19:03 [PR PATCH] ast-grep: update to 0.20.3 icp1994
@ 2024-04-10  8:14 ` icp1994
  2024-04-10 14:42 ` [PR PATCH] [Merged]: ast-grep: update to 0.20.4 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-04-10  8:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/49774

ast-grep: update to 0.20.3.
#### 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/49774.patch is attached

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

From b59a2f71ca10e1e854ea6ebe582baf9a6f5b0e3e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 8 Apr 2024 22:46:16 +0530
Subject: [PATCH] ast-grep: update to 0.20.4.

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

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
index 413f21b4c8f918..3887e777476e56 100644
--- a/srcpkgs/ast-grep/template
+++ b/srcpkgs/ast-grep/template
@@ -1,6 +1,6 @@
 # Template file for 'ast-grep'
 pkgname=ast-grep
-version=0.20.2
+version=0.20.4
 revision=1
 build_style=cargo
 make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://ast-grep.github.io"
 changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
-checksum=7ac93d17591227a26f38236c94d3c618cb5e9d317971e7c24af21a97fd398b79
+checksum=400f22f6f039256cfac74500e317ef856fe2b9c24bb6c6374d61aff52a550704
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ast-grep: update to 0.20.4.
  2024-04-09 19:03 [PR PATCH] ast-grep: update to 0.20.3 icp1994
  2024-04-10  8:14 ` [PR PATCH] [Updated] " icp1994
@ 2024-04-10 14:42 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-10 14:42 UTC (permalink / raw)
  To: ml

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

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

ast-grep: update to 0.20.4.
https://github.com/void-linux/void-packages/pull/49774

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

end of thread, other threads:[~2024-04-10 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 19:03 [PR PATCH] ast-grep: update to 0.20.3 icp1994
2024-04-10  8:14 ` [PR PATCH] [Updated] " icp1994
2024-04-10 14:42 ` [PR PATCH] [Merged]: ast-grep: update to 0.20.4 cinerea0

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