Skip to content

Commit

Permalink
Upgrade Squeak trunk images to 22906
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Dec 10, 2023
1 parent e03bd96 commit 6b658d8
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="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"
Expand Down

0 comments on commit 6b658d8

Please sign in to comment.