diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-08 08:54:53 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-08 08:54:53 +0000 |
| commit | a5545e7d3c9326e3567a677f9843ae0db32c0549 (patch) | |
| tree | 4cf1010b15bf6bc3eb2216ac3a4b350781455eb3 /repos/extra | |
| parent | d700ef7f4cdd23accfc8760c6da07a39461c3fd0 (diff) | |
| download | alicelinux-a5545e7d3c9326e3567a677f9843ae0db32c0549.tar.gz alicelinux-a5545e7d3c9326e3567a677f9843ae0db32c0549.zip | |
limine: updated to 9.6.6
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/limine/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/limine/abuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/repos/extra/limine/.checksum b/repos/extra/limine/.checksum index f1f6d8d4..ac496f82 100644 --- a/repos/extra/limine/.checksum +++ b/repos/extra/limine/.checksum @@ -1 +1 @@ -aa1a4a4d542233ad8aba4140d32a677d0e65c1aaffb6ad1cd57f7d46004de18f limine-9.6.1.tar.bz2 +c41c2062f3fcb5583f0839da4a9015bb70686caa8abb1c6bd965c5b3c850d0cb limine-9.6.6.tar.bz2 diff --git a/repos/extra/limine/abuild b/repos/extra/limine/abuild index c2155af3..50159574 100644 --- a/repos/extra/limine/abuild +++ b/repos/extra/limine/abuild @@ -1,5 +1,5 @@ name=limine -version=9.6.1 +version=9.6.6 release=1 -source="https://github.com/${name}-bootloader/${name}/releases/download/v${version}/${name}-${version}.tar.bz2" +source="https://codeberg.org/Limine/Limine/releases/download/v${version}/${name}-${version}.tar.bz2" build_opt="--enable-bios --enable-bios-cd --enable-uefi-x86-64 --enable-uefi-cd" |