From 6b658d88b94008778ea80ab347ca513f5ca7e8d5 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Sun, 10 Dec 2023 21:13:22 +0100 Subject: [PATCH] Upgrade Squeak trunk images to 22906 --- squeak/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squeak/run.sh b/squeak/run.sh index e761e6f7..758eba42 100755 --- a/squeak/run.sh +++ b/squeak/run.sh @@ -99,8 +99,8 @@ squeak::download_prepared_image() { squeak::download_trunk_image() { local target local download_name - local git_tag="v3.0.4" # 32bit/64bit are kept in sync - local update_level="22854" # 32bit/64bit are kept in sync + local git_tag="v3.0.5" # 32bit/64bit are kept in sync + local update_level="22906" # 32bit/64bit are kept in sync if is_64bit; then download_name="Squeak64-trunk-${update_level}.tar.gz"