summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-08-03 20:26:03 -0500
committerZach van Rijn <me@zv.io>2024-08-03 20:26:03 -0500
commit44b33f5f34c9abe31f38740e5ca55f33a3b5c750 (patch)
treea15873ab4a1601f3974703595777d87d5c325895
parentcb0c6405d5e86959a07f093aea91ebb50d7cc1c4 (diff)
downloadbootstrap-44b33f5f34c9abe31f38740e5ca55f33a3b5c750.tar.gz
bootstrap-44b33f5f34c9abe31f38740e5ca55f33a3b5c750.tar.bz2
bootstrap-44b33f5f34c9abe31f38740e5ca55f33a3b5c750.tar.xz
bootstrap-44b33f5f34c9abe31f38740e5ca55f33a3b5c750.zip
bootstrap: update mcmtools to avoid zlib ftbfs error.
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 3ff9937..5c57dc7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@
# Purpose : Bootstraps Adélie from source for any architecture.
# Authors : Zach van Rijn <me@zv.io>
# License : MIT
-# Revision : 20240114
+# Revision : 20240803
#===============================================================
#===============================================================
@@ -408,7 +408,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 3f1007074c2f81bfe0bead7f6f0a19640060d708;
+ git checkout 223661d0382433d783dbe5f35c59a1bdc5cb95f1;
## seed rootfs
#