# File: versions.txt # Authors: 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: 2020-04-22 # GitHub: https://github.com/squeak-smalltalk/squeak-app # Builds: http://travis-ci.org/squeak-smalltalk/squeak-app readonly VERSION_BASE_ZIP="6.0alpha-19432" # base.zip readonly VERSION_VM_ARMV6="202003021730" # vm-armv6.zip readonly VERSION_VM_LINUX="202003021730" # vm-linux.zip readonly VERSION_VM_MACOS="202003021730" # vm-macos.zip readonly VERSION_VM_WIN="202003021730" # vm-win.zip