* [PR PATCH] limine: update to 4.20230317.0.
@ 2023-03-17 22:31 mintsuki
2023-03-24 18:11 ` [PR PATCH] [Updated] limine: update to 4.20230324.0 mintsuki
2023-03-25 0:13 ` [PR PATCH] [Updated] limine: update to 4.20230325.0 mintsuki
0 siblings, 2 replies; 3+ messages in thread
From: mintsuki @ 2023-03-17 22:31 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/42827
limine: update to 4.20230317.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/42827.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-limine-42827.patch --]
[-- Type: text/x-diff, Size: 1238 bytes --]
From f3b857ce86d4fd3d341fae5379c3331776c4a62b Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Fri, 17 Mar 2023 23:30:31 +0100
Subject: [PATCH] limine: update to 4.20230317.0.
---
srcpkgs/limine/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 4322c0250f4c..403ec10efedc 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,16 +1,16 @@
# Template file for 'limine'
pkgname=limine
-version=4.20230315.0
+version=4.20230317.0
revision=1
build_style=gnu-configure
-configure_args="--enable-all FREESTANDING_TOOLCHAIN=llvm"
+configure_args="--enable-all TOOLCHAIN_FOR_TARGET=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=79a7f12c6a415d455095730ff4eac3d9b08398b508c87782e7d0e5292a0ef729
+checksum=3f3264d1aae4a82062e9f37b281d4263d13eda39d6ca4f480d50f86602b676cf
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] limine: update to 4.20230324.0.
2023-03-17 22:31 [PR PATCH] limine: update to 4.20230317.0 mintsuki
@ 2023-03-24 18:11 ` mintsuki
2023-03-25 0:13 ` [PR PATCH] [Updated] limine: update to 4.20230325.0 mintsuki
1 sibling, 0 replies; 3+ messages in thread
From: mintsuki @ 2023-03-24 18:11 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/42827
limine: update to 4.20230324.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/42827.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-limine-42827.patch --]
[-- Type: text/x-diff, Size: 1238 bytes --]
From 669636f73225caf201919fab85badb776d1a5090 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Fri, 24 Mar 2023 19:11:05 +0100
Subject: [PATCH] limine: update to 4.20230324.0.
---
srcpkgs/limine/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 4322c0250f4c..f190fffdfc87 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,16 +1,16 @@
# Template file for 'limine'
pkgname=limine
-version=4.20230315.0
+version=4.20230324.0
revision=1
build_style=gnu-configure
-configure_args="--enable-all FREESTANDING_TOOLCHAIN=llvm"
+configure_args="--enable-all TOOLCHAIN_FOR_TARGET=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=79a7f12c6a415d455095730ff4eac3d9b08398b508c87782e7d0e5292a0ef729
+checksum=e4ca7530ed02d48815749eaa18421cd39cb673c7b94d5dd0e6df78b66faa8557
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] limine: update to 4.20230325.0.
2023-03-17 22:31 [PR PATCH] limine: update to 4.20230317.0 mintsuki
2023-03-24 18:11 ` [PR PATCH] [Updated] limine: update to 4.20230324.0 mintsuki
@ 2023-03-25 0:13 ` mintsuki
1 sibling, 0 replies; 3+ messages in thread
From: mintsuki @ 2023-03-25 0:13 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/42827
limine: update to 4.20230325.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/42827.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-limine-42827.patch --]
[-- Type: text/x-diff, Size: 1238 bytes --]
From 759101c9691abbb9cad5c7de35a253079760b215 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sat, 25 Mar 2023 01:13:05 +0100
Subject: [PATCH] limine: update to 4.20230325.0.
---
srcpkgs/limine/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 4322c0250f4c..530e2d61a34d 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,16 +1,16 @@
# Template file for 'limine'
pkgname=limine
-version=4.20230315.0
+version=4.20230325.0
revision=1
build_style=gnu-configure
-configure_args="--enable-all FREESTANDING_TOOLCHAIN=llvm"
+configure_args="--enable-all TOOLCHAIN_FOR_TARGET=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=79a7f12c6a415d455095730ff4eac3d9b08398b508c87782e7d0e5292a0ef729
+checksum=d6cf3b67a06901e20495dae6308e344301e2ae25c42c08a64e694d9a1caae4bc
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-25 0:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 22:31 [PR PATCH] limine: update to 4.20230317.0 mintsuki
2023-03-24 18:11 ` [PR PATCH] [Updated] limine: update to 4.20230324.0 mintsuki
2023-03-25 0:13 ` [PR PATCH] [Updated] limine: update to 4.20230325.0 mintsuki
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).