Correct version in site script

This commit is contained in:
Craig Everett 2022-01-31 20:41:11 +09:00
parent 30f1c04325
commit 5fbaebdc26

View File

@ -3,7 +3,7 @@
# A convenience script that will download the ZX installer, unpack it, and clean up. # A convenience script that will download the ZX installer, unpack it, and clean up.
# For maximum portability this script uses the gzipped package version. # For maximum portability this script uses the gzipped package version.
version=0.12.3 version=0.12.6
zx="zx-$version" zx="zx-$version"
tarball="$zx.tar.gz" tarball="$zx.tar.gz"
target="https://zxq9.com/projects/zomp/$tarball" target="https://zxq9.com/projects/zomp/$tarball"