Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] StyLua: update to 0.20.0.
@ 2024-01-23 19:58 icp1994
  2024-01-24  6:42 ` [PR PATCH] [Updated] " icp1994
  2024-01-25 16:16 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-01-23 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages StyLua
https://github.com/void-linux/void-packages/pull/48346

StyLua: update to 0.20.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/48346.patch is attached

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

From 4e63b42bf96bdbf1ae2f01ae4b4678ed56fad591 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 22 Jan 2024 12:18:56 +0530
Subject: [PATCH] StyLua: update to 0.20.0.

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

diff --git a/srcpkgs/StyLua/template b/srcpkgs/StyLua/template
index c6845135bc187..1eeacf168b3d2 100644
--- a/srcpkgs/StyLua/template
+++ b/srcpkgs/StyLua/template
@@ -1,6 +1,6 @@
 # Template file for 'StyLua'
 pkgname=StyLua
-version=0.19.1
+version=0.20.0
 revision=1
 build_style=cargo
 configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if lua53 '--features lua53')
@@ -11,7 +11,7 @@ license="MPL-2.0"
 homepage="https://github.com/JohnnyMorganz/StyLua"
 changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/main/CHANGELOG.md"
 distfiles="https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v${version}.tar.gz"
-checksum=c232227bf6085e3039b47a2ee24c76dad6ba1e786df65d9933ee000a3ee2c36e
+checksum=f4a27b12669953d2edf55b89cc80381f97a2dfa735f53f95c6ae6015c8c35ffb
 
 build_options="lua52 lua53 lua54 luau"
 build_options_default="lua52 lua53 lua54 luau"

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

* Re: [PR PATCH] [Updated] StyLua: update to 0.20.0.
  2024-01-23 19:58 [PR PATCH] StyLua: update to 0.20.0 icp1994
@ 2024-01-24  6:42 ` icp1994
  2024-01-25 16:16 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-01-24  6:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages StyLua
https://github.com/void-linux/void-packages/pull/48346

StyLua: update to 0.20.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/48346.patch is attached

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

From 0eb52e7e024fb3d9d93c7d7f4e44794efbebf608 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 22 Jan 2024 12:18:56 +0530
Subject: [PATCH] StyLua: update to 0.20.0.

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

diff --git a/srcpkgs/StyLua/template b/srcpkgs/StyLua/template
index c6845135bc187..1eeacf168b3d2 100644
--- a/srcpkgs/StyLua/template
+++ b/srcpkgs/StyLua/template
@@ -1,6 +1,6 @@
 # Template file for 'StyLua'
 pkgname=StyLua
-version=0.19.1
+version=0.20.0
 revision=1
 build_style=cargo
 configure_args="$(vopt_if lua52 '--features lua52') $(vopt_if lua53 '--features lua53')
@@ -11,7 +11,7 @@ license="MPL-2.0"
 homepage="https://github.com/JohnnyMorganz/StyLua"
 changelog="https://raw.githubusercontent.com/JohnnyMorganz/StyLua/main/CHANGELOG.md"
 distfiles="https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v${version}.tar.gz"
-checksum=c232227bf6085e3039b47a2ee24c76dad6ba1e786df65d9933ee000a3ee2c36e
+checksum=f4a27b12669953d2edf55b89cc80381f97a2dfa735f53f95c6ae6015c8c35ffb
 
 build_options="lua52 lua53 lua54 luau"
 build_options_default="lua52 lua53 lua54 luau"

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

* Re: [PR PATCH] [Merged]: StyLua: update to 0.20.0.
  2024-01-23 19:58 [PR PATCH] StyLua: update to 0.20.0 icp1994
  2024-01-24  6:42 ` [PR PATCH] [Updated] " icp1994
@ 2024-01-25 16:16 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-01-25 16:16 UTC (permalink / raw)
  To: ml

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

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

StyLua: update to 0.20.0.
https://github.com/void-linux/void-packages/pull/48346

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-01-25 16:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23 19:58 [PR PATCH] StyLua: update to 0.20.0 icp1994
2024-01-24  6:42 ` [PR PATCH] [Updated] " icp1994
2024-01-25 16:16 ` [PR PATCH] [Merged]: " 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).