Skip to content

Commit

Permalink
Upgrade Squeak trunk images to 22664
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jun 20, 2023
1 parent 23912b3 commit 854de5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squeak/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 854de5a

Please sign in to comment.