From 5fbaebdc263f61b28ae81a8aceec748874e9a552 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Mon, 31 Jan 2022 20:41:11 +0900 Subject: [PATCH] Correct version in site script --- unix/get_zx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"