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