Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] limine: update to 7.2.0.
@ 2024-03-26  1:25 mintsuki
  2024-03-28  4:43 ` [PR PATCH] [Updated] " mintsuki
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mintsuki @ 2024-03-26  1:25 UTC (permalink / raw)
  To: ml

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

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

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

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

From c965ac98ef0bb7838ee42adf8d3b5a4ca2d0066e Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 26 Mar 2024 02:24:12 +0100
Subject: [PATCH] limine: update to 7.2.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..22da187c7b0b32 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.2.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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+checksum=d5e1c6f1823d0b476ee0389eb36eeb8759c08a9e6166ff24292c55fbc4f3c10a
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] limine: update to 7.2.0.
  2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
@ 2024-03-28  4:43 ` mintsuki
  2024-03-31  8:18 ` [PR PATCH] [Updated] limine: update to 7.2.1 mintsuki
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mintsuki @ 2024-03-28  4:43 UTC (permalink / raw)
  To: ml

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

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

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

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

From 00aa54fe1509b7f4157432ae318aa3115d3cb33a Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Thu, 28 Mar 2024 05:42:47 +0100
Subject: [PATCH] limine: update to 7.2.1.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..177c652b1d2169 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.2.1
 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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+checksum=bf72fe4deacd40a1730196021a1ea2d8a11eb2388ab71fb7ff57cebdd5c65915
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] limine: update to 7.2.1.
  2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
  2024-03-28  4:43 ` [PR PATCH] [Updated] " mintsuki
@ 2024-03-31  8:18 ` mintsuki
  2024-04-11  6:32 ` [PR PATCH] [Updated] limine: update to 7.3.0 mintsuki
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mintsuki @ 2024-03-31  8:18 UTC (permalink / raw)
  To: ml

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

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

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

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

From 4a1b7cf062793536999d6199cf5c8535237da1b5 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sun, 31 Mar 2024 10:17:40 +0200
Subject: [PATCH] limine: update to 7.3.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..e5d260c83f4759 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.3.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -9,8 +9,8 @@ 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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
+checksum=88f8babb78993897d544446b255807eaad7a6803674868012f902d36e00dadaa
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] limine: update to 7.3.0.
  2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
  2024-03-28  4:43 ` [PR PATCH] [Updated] " mintsuki
  2024-03-31  8:18 ` [PR PATCH] [Updated] limine: update to 7.2.1 mintsuki
@ 2024-04-11  6:32 ` mintsuki
  2024-04-20  1:57 ` [PR PATCH] [Updated] limine: update to 7.3.1 mintsuki
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mintsuki @ 2024-04-11  6:32 UTC (permalink / raw)
  To: ml

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

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

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

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

From feaedd703dee455cc751ada57a7933faa53d3618 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Thu, 11 Apr 2024 08:32:03 +0200
Subject: [PATCH] limine: update to 7.3.1.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..76187d72bce6d3 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.3.1
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -9,8 +9,8 @@ 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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
+checksum=c6538105bdbcd56f504f916fd87830fdeca1ecade8c9a358d7253a5a4b5b16ba
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] limine: update to 7.3.1.
  2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
                   ` (2 preceding siblings ...)
  2024-04-11  6:32 ` [PR PATCH] [Updated] limine: update to 7.3.0 mintsuki
@ 2024-04-20  1:57 ` mintsuki
  2024-04-29 22:04 ` [PR PATCH] [Updated] limine: update to 7.4.0 mintsuki
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mintsuki @ 2024-04-20  1:57 UTC (permalink / raw)
  To: ml

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

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

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

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

From d8f2425f1e14228dc8b3abc1ba8c5155c03fc412 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sat, 20 Apr 2024 03:57:16 +0200
Subject: [PATCH] limine: update to 7.4.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..f55a7356767c96 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.4.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -9,8 +9,8 @@ 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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
+checksum=94f7ac81010d66431bc65ff8b21fb04d1db541f3c9839ec20e6a93c1ccb86f69
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] limine: update to 7.4.0.
  2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
                   ` (3 preceding siblings ...)
  2024-04-20  1:57 ` [PR PATCH] [Updated] limine: update to 7.3.1 mintsuki
@ 2024-04-29 22:04 ` mintsuki
  2024-05-03 19:10 ` [PR PATCH] [Updated] limine: update to 7.4.1 mintsuki
  2024-05-08 22:42 ` [PR PATCH] [Updated] limine: update to 7.5.0 mintsuki
  6 siblings, 0 replies; 8+ messages in thread
From: mintsuki @ 2024-04-29 22:04 UTC (permalink / raw)
  To: ml

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

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

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

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

From 70772b7597a394efbec79bbe88c0b0b41c38a67d Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 30 Apr 2024 00:04:20 +0200
Subject: [PATCH] limine: update to 7.4.1.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..d55282ff38a436 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.4.1
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -9,8 +9,8 @@ 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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
+checksum=d120b2e66b23586f5cd541c991ad6dca90931a1db55731cb7c7e6930f31d107d
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] limine: update to 7.4.1.
  2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
                   ` (4 preceding siblings ...)
  2024-04-29 22:04 ` [PR PATCH] [Updated] limine: update to 7.4.0 mintsuki
@ 2024-05-03 19:10 ` mintsuki
  2024-05-08 22:42 ` [PR PATCH] [Updated] limine: update to 7.5.0 mintsuki
  6 siblings, 0 replies; 8+ messages in thread
From: mintsuki @ 2024-05-03 19:10 UTC (permalink / raw)
  To: ml

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

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

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

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

From 0e5c998562f5c38ede42d20619c37329092584e7 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Fri, 3 May 2024 21:10:44 +0200
Subject: [PATCH] limine: update to 7.5.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..a49ed0cdb499cd 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.5.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -9,8 +9,8 @@ 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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
+checksum=e26528065f8c1beae445dfdf049b934c619d3dc9dcba19ee99f8b9b36ca1ef22
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] limine: update to 7.5.0.
  2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
                   ` (5 preceding siblings ...)
  2024-05-03 19:10 ` [PR PATCH] [Updated] limine: update to 7.4.1 mintsuki
@ 2024-05-08 22:42 ` mintsuki
  6 siblings, 0 replies; 8+ messages in thread
From: mintsuki @ 2024-05-08 22:42 UTC (permalink / raw)
  To: ml

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

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

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

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

From e51673af0bfdf7546defa2621adf1533b61bb880 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Thu, 9 May 2024 00:42:06 +0200
Subject: [PATCH] limine: update to 7.5.1.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 17d0dd17ac6547..bed2ca7e8bd344 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=7.1.0
+version=7.5.1
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -9,8 +9,8 @@ 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=9cc58ca26a74310105760f0db94464b4a4240c118eac93f1e1f5b301f230299c
+distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
+checksum=696ce15305b8efdf6fd2a643a73cf3b5bd8b9df458c233d758cd9d829ab0608a
 
 post_install() {
 	vlicense COPYING

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

end of thread, other threads:[~2024-05-08 22:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26  1:25 [PR PATCH] limine: update to 7.2.0 mintsuki
2024-03-28  4:43 ` [PR PATCH] [Updated] " mintsuki
2024-03-31  8:18 ` [PR PATCH] [Updated] limine: update to 7.2.1 mintsuki
2024-04-11  6:32 ` [PR PATCH] [Updated] limine: update to 7.3.0 mintsuki
2024-04-20  1:57 ` [PR PATCH] [Updated] limine: update to 7.3.1 mintsuki
2024-04-29 22:04 ` [PR PATCH] [Updated] limine: update to 7.4.0 mintsuki
2024-05-03 19:10 ` [PR PATCH] [Updated] limine: update to 7.4.1 mintsuki
2024-05-08 22:42 ` [PR PATCH] [Updated] limine: update to 7.5.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).