# File: versions.txt # Authors: Marcel Taeumel, Fabio Niephaus # Description: Version information for files in the directory. Used for the # filenames of Squeak bundles. It needs to be possible to `source` # this file in bash. # Last update: 2024-01-10 # GitHub: https://github.com/squeak-smalltalk/squeak-app # Builds: https://github.com/squeak-smalltalk/squeak-app/actions readonly VERSION_BASE_ZIP="5.3-19480" # base.zip readonly VERSION_VM_LINUX_ARM="202312181441" # vm-linux-arm.zip readonly VERSION_VM_LINUX_X86="202312181441" # vm-linux.zip readonly VERSION_VM_MACOS_ARM="" # macOS 32-bit X86 not supported readonly VERSION_VM_MACOS_X86="" # macOS 32-bit ARM not supported readonly VERSION_VM_WIN_X86="202312181441" # vm-win.zip readonly VERSION_VM_WIN_ARM="" # Windows 32-bit ARM not supported