From 4af35fbb39c5b19158b134cc198e21158b6aac61 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Sat, 15 Aug 2020 20:05:15 +0900 Subject: [PATCH] Update get_wx script --- unix/get_zx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/get_zx b/unix/get_zx index 91324b5..50426cc 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.9.1 +version=0.11.4 zx="zx-$version" tarball="$zx.tar.gz"