Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] limine: update to 5.20230911.0.
@ 2023-09-11 22:48 mintsuki
  2023-09-16 23:39 ` [PR PATCH] [Updated] " mintsuki
  2023-09-18 19:04 ` [PR PATCH] [Merged]: limine: update to 5.20230917.0 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: mintsuki @ 2023-09-11 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mintsuki/void-packages limine
https://github.com/void-linux/void-packages/pull/46023

limine: update to 5.20230911.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From 536391aa6885caa4ffbddcbd0f7de2ce9a3464e8 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Mon, 11 Sep 2023 17:47:36 -0500
Subject: [PATCH] limine: update to 5.20230911.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 1001c6fbf247b..e101e0421ea78 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=5.20230830.0
+version=5.20230911.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -10,7 +10,7 @@ maintainer="Mintsuki <mintsuki@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://limine-bootloader.org/"
 distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
-checksum=ddd417f9caab3ef0f3031b938815a5c33367c3a50c09830138d208bd3126c98f
+checksum=b27bfa4ec69669d5237725971465e78aae438dc9179273fb2b6baab3dd3dbd25
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] limine: update to 5.20230911.0.
  2023-09-11 22:48 [PR PATCH] limine: update to 5.20230911.0 mintsuki
@ 2023-09-16 23:39 ` mintsuki
  2023-09-18 19:04 ` [PR PATCH] [Merged]: limine: update to 5.20230917.0 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: mintsuki @ 2023-09-16 23:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mintsuki/void-packages limine
https://github.com/void-linux/void-packages/pull/46023

limine: update to 5.20230911.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From c818a643df7babacf8a8858ae8444c8ba6f5d14d Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sat, 16 Sep 2023 18:38:46 -0500
Subject: [PATCH] limine: update to 5.20230917.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 1001c6fbf247b..efa4b424c726d 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=5.20230830.0
+version=5.20230917.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -10,7 +10,7 @@ maintainer="Mintsuki <mintsuki@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://limine-bootloader.org/"
 distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
-checksum=ddd417f9caab3ef0f3031b938815a5c33367c3a50c09830138d208bd3126c98f
+checksum=2d9b55e798e951ebd3d4266303e9cefda2ee9f7055a3c877dc7e306f0e94ec91
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: limine: update to 5.20230917.0.
  2023-09-11 22:48 [PR PATCH] limine: update to 5.20230911.0 mintsuki
  2023-09-16 23:39 ` [PR PATCH] [Updated] " mintsuki
@ 2023-09-18 19:04 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-09-18 19:04 UTC (permalink / raw)
  To: ml

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

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

limine: update to 5.20230917.0.
https://github.com/void-linux/void-packages/pull/46023

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

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

end of thread, other threads:[~2023-09-18 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-11 22:48 [PR PATCH] limine: update to 5.20230911.0 mintsuki
2023-09-16 23:39 ` [PR PATCH] [Updated] " mintsuki
2023-09-18 19:04 ` [PR PATCH] [Merged]: limine: update to 5.20230917.0 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).