From 6de12c10320b8cfe5de71b8534dc3a568577d9a1 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sat, 29 Jun 2024 05:07:25 -0700 Subject: [PATCH] Upgrade to superconfigure z0.0.44 --- tool/cosmocc/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/cosmocc/package.sh b/tool/cosmocc/package.sh index a2bb170a1..5f57c23ca 100755 --- a/tool/cosmocc/package.sh +++ b/tool/cosmocc/package.sh @@ -90,10 +90,10 @@ fetch() { OLD=$PWD cd "$OUTDIR/" if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then - fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.43/aarch64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.44/aarch64-gcc.zip unzip aarch64-gcc.zip rm -f aarch64-gcc.zip - fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.43/x86_64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.44/x86_64-gcc.zip unzip x86_64-gcc.zip rm -f x86_64-gcc.zip fi