diff options
author | Zach van Rijn <me@zv.io> | 2025-02-25 17:52:38 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2025-02-25 17:52:38 -0600 |
commit | b146743616644ce838c1cedb7edeb15d01bbacd2 (patch) | |
tree | 48ed2803b7077eaa2234c7845ed14d8f3ab43491 | |
parent | 71cdb1eb44f11df850d13abe4c27f4dd834df498 (diff) | |
download | bootstrap-master.tar.gz bootstrap-master.tar.bz2 bootstrap-master.tar.xz bootstrap-master.zip |
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # Purpose : Bootstraps Adélie from source for any architecture. # Authors : Zach van Rijn <me@zv.io> # License : MIT -# Revision : 20250224 +# Revision : 20250225 #=============================================================== #=============================================================== @@ -415,7 +415,7 @@ if ! test -d "${MTOOLS}"/sys/emus/bin; then # FIXME: no hard code test -d bootstrap \ || git clone ${CHAINS}/bootstrap.git; cd bootstrap; - git checkout 1d266da9b366b29f90c8a796ad2f820d262355cb; + git checkout 185a90045d8e6ac414971ae7729319ad1534295c; ## seed rootfs # |