Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lua: update to 5.4.6.
@ 2023-05-29 20:35 damadmai
  2023-05-29 20:39 ` [PR PATCH] [Updated] " damadmai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: damadmai @ 2023-05-29 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages lua546
https://github.com/void-linux/void-packages/pull/44156

lua: update to 5.4.6.
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/44156.patch is attached

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

From 2f9ecd8bee9aa799aa26fef5bd1bdf192b33991a Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Mon, 29 May 2023 22:34:02 +0200
Subject: [PATCH] lua: update to 5.4.6.

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

diff --git a/srcpkgs/lua54/template b/srcpkgs/lua54/template
index b37cc47e6159..85c728209672 100644
--- a/srcpkgs/lua54/template
+++ b/srcpkgs/lua54/template
@@ -1,14 +1,14 @@
 # Template file for 'lua54'
 pkgname=lua54
-version=5.4.4
+version=5.4.6
 revision=1
 makedepends="readline-devel"
 short_desc="Powerful, fast, lightweight, embeddable scripting language (5.4.x)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel A. Maierhofer <git@damadmai.at>"
 license="MIT"
 homepage="https://www.lua.org"
 distfiles="https://www.lua.org/ftp/lua-${version}.tar.gz"
-checksum=164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
+checksum=7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
 
 alternatives="
  lua:lua:/usr/bin/lua5.4

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

* Re: [PR PATCH] [Updated] lua: update to 5.4.6.
  2023-05-29 20:35 [PR PATCH] lua: update to 5.4.6 damadmai
@ 2023-05-29 20:39 ` damadmai
  2023-06-09  1:37 ` lua54: " classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: damadmai @ 2023-05-29 20:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages lua546
https://github.com/void-linux/void-packages/pull/44156

lua: update to 5.4.6.
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/44156.patch is attached

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

From 1c2375674be7fe2e7e26ebd6174c32db04ec3c85 Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Mon, 29 May 2023 22:34:02 +0200
Subject: [PATCH] lua54: update to 5.4.6.

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

diff --git a/srcpkgs/lua54/template b/srcpkgs/lua54/template
index b37cc47e6159..85c728209672 100644
--- a/srcpkgs/lua54/template
+++ b/srcpkgs/lua54/template
@@ -1,14 +1,14 @@
 # Template file for 'lua54'
 pkgname=lua54
-version=5.4.4
+version=5.4.6
 revision=1
 makedepends="readline-devel"
 short_desc="Powerful, fast, lightweight, embeddable scripting language (5.4.x)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel A. Maierhofer <git@damadmai.at>"
 license="MIT"
 homepage="https://www.lua.org"
 distfiles="https://www.lua.org/ftp/lua-${version}.tar.gz"
-checksum=164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
+checksum=7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
 
 alternatives="
  lua:lua:/usr/bin/lua5.4

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

* Re: lua54: update to 5.4.6.
  2023-05-29 20:35 [PR PATCH] lua: update to 5.4.6 damadmai
  2023-05-29 20:39 ` [PR PATCH] [Updated] " damadmai
@ 2023-06-09  1:37 ` classabbyamp
  2023-06-11 22:05 ` [PR PATCH] [Updated] " damadmai
  2023-06-22 10:58 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-06-09  1:37 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44156#issuecomment-1583802379

Comment:
please add `, adopt` to your commit message

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

* Re: [PR PATCH] [Updated] lua54: update to 5.4.6.
  2023-05-29 20:35 [PR PATCH] lua: update to 5.4.6 damadmai
  2023-05-29 20:39 ` [PR PATCH] [Updated] " damadmai
  2023-06-09  1:37 ` lua54: " classabbyamp
@ 2023-06-11 22:05 ` damadmai
  2023-06-22 10:58 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: damadmai @ 2023-06-11 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages lua546
https://github.com/void-linux/void-packages/pull/44156

lua54: update to 5.4.6.
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/44156.patch is attached

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

From 2cd865b84cc7b8a737f9efe207abbd2d27fc8e32 Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Mon, 29 May 2023 22:34:02 +0200
Subject: [PATCH] lua54: update to 5.4.6, adopt.

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

diff --git a/srcpkgs/lua54/template b/srcpkgs/lua54/template
index b37cc47e6159..85c728209672 100644
--- a/srcpkgs/lua54/template
+++ b/srcpkgs/lua54/template
@@ -1,14 +1,14 @@
 # Template file for 'lua54'
 pkgname=lua54
-version=5.4.4
+version=5.4.6
 revision=1
 makedepends="readline-devel"
 short_desc="Powerful, fast, lightweight, embeddable scripting language (5.4.x)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel A. Maierhofer <git@damadmai.at>"
 license="MIT"
 homepage="https://www.lua.org"
 distfiles="https://www.lua.org/ftp/lua-${version}.tar.gz"
-checksum=164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
+checksum=7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
 
 alternatives="
  lua:lua:/usr/bin/lua5.4

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

* Re: [PR PATCH] [Merged]: lua54: update to 5.4.6.
  2023-05-29 20:35 [PR PATCH] lua: update to 5.4.6 damadmai
                   ` (2 preceding siblings ...)
  2023-06-11 22:05 ` [PR PATCH] [Updated] " damadmai
@ 2023-06-22 10:58 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-22 10:58 UTC (permalink / raw)
  To: ml

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

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

lua54: update to 5.4.6.
https://github.com/void-linux/void-packages/pull/44156

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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

end of thread, other threads:[~2023-06-22 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 20:35 [PR PATCH] lua: update to 5.4.6 damadmai
2023-05-29 20:39 ` [PR PATCH] [Updated] " damadmai
2023-06-09  1:37 ` lua54: " classabbyamp
2023-06-11 22:05 ` [PR PATCH] [Updated] " damadmai
2023-06-22 10:58 ` [PR PATCH] [Merged]: " Duncaen

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