Skip to content

Commit

Permalink
Upgrade Squeak trunk images to 21469
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 17, 2022
1 parent d6e244b commit 3c7634e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions squeak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*For 64/32-bit trunk images with update level 20447 or higher.*

```smalltalk
"Close wizard."
PreferenceWizardMorph allInstancesDo: [:ea | ea abandon].
"Ensure Metacello is loaded."
Metacello new.
"Ensure Tonel is loaded."
Expand Down
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.6" # 32bit/64bit are kept in sync
local update_level="20447" # 32bit/64bit are kept in sync
local git_tag="v2.9.8" # 32bit/64bit are kept in sync
local update_level="21469" # 32bit/64bit are kept in sync

if is_64bit; then
download_name="Squeak64-trunk-${update_level}.tar.gz"
Expand Down

0 comments on commit 3c7634e

Please sign in to comment.