Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] limine: update to 4.20230313.0.
@ 2023-03-13 21:08 mintsuki
  2023-03-14 20:31 ` [PR PATCH] [Updated] limine: update to 4.20230314.0 mintsuki
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mintsuki @ 2023-03-13 21:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 385 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/42750

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

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

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

From c2b7f263aaa812d307116ff9dacfbcc894f4bc9d Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Mon, 13 Mar 2023 22:06:12 +0100
Subject: [PATCH] limine: update to 4.20230313.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 96c9ab8d9ad3..6b4faf217200 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=4.20230308.0
+version=4.20230313.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all CROSS_TOOLCHAIN=llvm"
@@ -10,10 +10,10 @@ 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=dde3c4ecfba7f060e1f35a7f3cd7a04f44f401e97546262c777658df945522aa
+checksum=6dec05081107bcc3d950744e2b4a3565ce595b149fea40c395b48591e3adc94f
 
 post_install() {
-	vlicense LICENSE.md
+	vlicense LICENSE
 }
 
 limine-devel_package() {

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

* Re: [PR PATCH] [Updated] limine: update to 4.20230314.0.
  2023-03-13 21:08 [PR PATCH] limine: update to 4.20230313.0 mintsuki
@ 2023-03-14 20:31 ` mintsuki
  2023-03-15  9:32 ` [PR PATCH] [Updated] limine: update to 4.20230315.0 mintsuki
  2023-03-15 17:32 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mintsuki @ 2023-03-14 20:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 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/42750

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

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

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

From 906abe6d89f97f32f120138193744c45225ce040 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 14 Mar 2023 21:31:25 +0100
Subject: [PATCH] limine: update to 4.20230314.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 96c9ab8d9ad3..0e5eb11cacdf 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,19 +1,19 @@
 # Template file for 'limine'
 pkgname=limine
-version=4.20230308.0
+version=4.20230314.0
 revision=1
 build_style=gnu-configure
-configure_args="--enable-all CROSS_TOOLCHAIN=llvm"
+configure_args="--enable-all FREESTANDING_TOOLCHAIN=llvm"
 hostmakedepends="mtools nasm llvm clang lld"
 short_desc="Advanced, portable, multiprotocol bootloader"
 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=dde3c4ecfba7f060e1f35a7f3cd7a04f44f401e97546262c777658df945522aa
+checksum=7b38a909adb74f1910cc8444e31b9ee057037efd26432d177c5b26dfc85803bd
 
 post_install() {
-	vlicense LICENSE.md
+	vlicense LICENSE
 }
 
 limine-devel_package() {

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

* Re: [PR PATCH] [Updated] limine: update to 4.20230315.0.
  2023-03-13 21:08 [PR PATCH] limine: update to 4.20230313.0 mintsuki
  2023-03-14 20:31 ` [PR PATCH] [Updated] limine: update to 4.20230314.0 mintsuki
@ 2023-03-15  9:32 ` mintsuki
  2023-03-15 17:32 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mintsuki @ 2023-03-15  9:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 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/42750

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

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

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

From 95bcf3b1f3cbcd2be36c2f985d8107e8e3882825 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Wed, 15 Mar 2023 10:32:22 +0100
Subject: [PATCH] limine: update to 4.20230315.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 96c9ab8d9ad3..4322c0250f4c 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,19 +1,19 @@
 # Template file for 'limine'
 pkgname=limine
-version=4.20230308.0
+version=4.20230315.0
 revision=1
 build_style=gnu-configure
-configure_args="--enable-all CROSS_TOOLCHAIN=llvm"
+configure_args="--enable-all FREESTANDING_TOOLCHAIN=llvm"
 hostmakedepends="mtools nasm llvm clang lld"
 short_desc="Advanced, portable, multiprotocol bootloader"
 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=dde3c4ecfba7f060e1f35a7f3cd7a04f44f401e97546262c777658df945522aa
+checksum=79a7f12c6a415d455095730ff4eac3d9b08398b508c87782e7d0e5292a0ef729
 
 post_install() {
-	vlicense LICENSE.md
+	vlicense LICENSE
 }
 
 limine-devel_package() {

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

* Re: [PR PATCH] [Merged]: limine: update to 4.20230315.0.
  2023-03-13 21:08 [PR PATCH] limine: update to 4.20230313.0 mintsuki
  2023-03-14 20:31 ` [PR PATCH] [Updated] limine: update to 4.20230314.0 mintsuki
  2023-03-15  9:32 ` [PR PATCH] [Updated] limine: update to 4.20230315.0 mintsuki
@ 2023-03-15 17:32 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-15 17:32 UTC (permalink / raw)
  To: ml

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

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

limine: update to 4.20230315.0.
https://github.com/void-linux/void-packages/pull/42750

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

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

end of thread, other threads:[~2023-03-15 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 21:08 [PR PATCH] limine: update to 4.20230313.0 mintsuki
2023-03-14 20:31 ` [PR PATCH] [Updated] limine: update to 4.20230314.0 mintsuki
2023-03-15  9:32 ` [PR PATCH] [Updated] limine: update to 4.20230315.0 mintsuki
2023-03-15 17:32 ` [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).