From 0dd4aa9f0b9582c0b097cdab5c29f07744a98127 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 20 Apr 2021 14:59:00 +0200 Subject: [PATCH] Upgrade Squeak trunk images to 20447 --- squeak/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squeak/run.sh b/squeak/run.sh index 43e7b700..6d30f4d5 100755 --- a/squeak/run.sh +++ b/squeak/run.sh @@ -91,8 +91,8 @@ squeak::download_prepared_image() { squeak::download_trunk_image() { local target local download_name - local git_tag="v2.9.2" # 32bit/64bit are kept in sync - local update_level="19536" # 32bit/64bit are kept in sync + local git_tag="v2.9.6" # 32bit/64bit are kept in sync + local update_level="20447" # 32bit/64bit are kept in sync if is_64bit; then download_name="Squeak64-trunk-${update_level}.tar.gz"