Skip to content

Commit

Permalink
Upgrade Squeak trunk images to 20447
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Apr 20, 2021
1 parent d62927d commit 0dd4aa9
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 @@ -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"
Expand Down

0 comments on commit 0dd4aa9

Please sign in to comment.