Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ast-grep: update to 0.13.0.
@ 2023-11-13 19:25 icp1994
  2023-11-16  7:23 ` [PR PATCH] [Updated] " icp1994
  2023-11-26  8:19 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-11-13 19:25 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/47213

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

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

From 5371729c5c47ee0a9eea66bda22eebb2837a9936 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 8 Nov 2023 13:35:20 +0530
Subject: [PATCH] ast-grep: update to 0.13.0.

---
 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 411233b1cbafe..d082e53bd13ad 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.12.5
+version=0.13.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip=test_unmatching_id"
@@ -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=d9422f2e43b5a7d34037a87e72af70b04bc0898f4ac6a0083b7c5ba372ec0cbf
+checksum=4044083e0634fcced786d4b5f94858e62f23d5c56604a6d9b4393157e3b00c13
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] ast-grep: update to 0.13.0.
  2023-11-13 19:25 [PR PATCH] ast-grep: update to 0.13.0 icp1994
@ 2023-11-16  7:23 ` icp1994
  2023-11-26  8:19 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-11-16  7:23 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/47213

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

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

From ec89d005b404be676f5a2f78be334578fab32f0c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 8 Nov 2023 13:35:20 +0530
Subject: [PATCH] ast-grep: update to 0.13.1.

---
 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 411233b1cbafe..3b885e3dda394 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.12.5
+version=0.13.1
 revision=1
 build_style=cargo
 make_check_args="-- --skip=test_unmatching_id"
@@ -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=d9422f2e43b5a7d34037a87e72af70b04bc0898f4ac6a0083b7c5ba372ec0cbf
+checksum=d2fcf56a14bd9f3524efa4603c3effff8ac4b5316c466b5181b6bede79c5279b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ast-grep: update to 0.13.0.
  2023-11-13 19:25 [PR PATCH] ast-grep: update to 0.13.0 icp1994
  2023-11-16  7:23 ` [PR PATCH] [Updated] " icp1994
@ 2023-11-26  8:19 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-11-26  8:19 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.13.0.
https://github.com/void-linux/void-packages/pull/47213

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:[~2023-11-26  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 19:25 [PR PATCH] ast-grep: update to 0.13.0 icp1994
2023-11-16  7:23 ` [PR PATCH] [Updated] " icp1994
2023-11-26  8:19 ` [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).