diff --git a/squeak/run.sh b/squeak/run.sh index c0ea36b0..e0bcd114 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="v2.9.8" # 32bit/64bit are kept in sync - local update_level="21469" # 32bit/64bit are kept in sync + local git_tag="v3.0.3" # 32bit/64bit are kept in sync + local update_level="22664" # 32bit/64bit are kept in sync if is_64bit; then download_name="Squeak64-trunk-${update_level}.tar.gz"