summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-03 23:50:02 -0400
committerIan Moffett <ian@osmora.org>2025-06-03 23:50:02 -0400
commit6a9e551dbf0426172317f75e811e5e49f2161317 (patch)
treedb257e8874d82d30d1694ff206d7c0f3725a94ba /bootstrap
parente304d39a8dcaa5f20b600920547432e5178b218f (diff)
build: bootstrap: Default to limine v9.3.0
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 511d49b..23a7e6f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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() {