diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-03 23:50:02 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-03 23:50:02 -0400 |
commit | 6a9e551dbf0426172317f75e811e5e49f2161317 (patch) | |
tree | db257e8874d82d30d1694ff206d7c0f3725a94ba | |
parent | e304d39a8dcaa5f20b600920547432e5178b218f (diff) |
build: bootstrap: Default to limine v9.3.0
Signed-off-by: Ian Moffett <ian@osmora.org>
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ prepare() { } fetch() { - try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1" "stand/limine" + try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.0-binary --depth=1" "stand/limine" } build_limine() { |