Bug fixes

- Support IPv4-only systems
- Fix "~" log message crash in tell/2,3
This commit is contained in:
2022-11-21 09:58:36 +09:00
parent 5fbaebdc26
commit c7d7cda7c2
54 changed files with 55 additions and 25 deletions
+1 -1
View File
@@ -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.6
version=0.12.7
zx="zx-$version"
tarball="$zx.tar.gz"
target="https://zxq9.com/projects/zomp/$tarball"