From 411f4d71f4e272653f5dcb1a87dd25978e8d622e Mon Sep 17 00:00:00 2001 From: Jiri Svoboda Date: Wed, 26 Jun 2019 20:49:57 +0200 Subject: [PATCH] Bump GZX This pulls in jzr's update to changes in libdraw header path. At the same time we get the latest enhancements - the new and improved tape emulation code and the gtap utility for listing contents of tape images. --- gzx/HARBOUR | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gzx/HARBOUR b/gzx/HARBOUR index e81f25a..e68b586 100644 --- a/gzx/HARBOUR +++ b/gzx/HARBOUR @@ -27,7 +27,7 @@ # shipname=gzx -shipversion=65204bc836c7b53e313777bc64e1c594cf9289fd +shipversion=86b5c329793a3b2f16afa5e8b1e3e8b3e3dd5c21 shipsources="git:${shipname}:${shipversion}:https://github.com/jxsvoboda/${shipname}" shiptugs="" shipfunnels=1 @@ -42,7 +42,7 @@ build() { package() { cd "${shipname}" run mkdir -p "$HSCT_MY_DIR/${shipname}" - for bin in gzx gzx-g; do + for bin in gtap gzx gzx-g; do run cp ${bin}-hos "$HSCT_MY_DIR/${shipname}/${bin}" done run cp font.bin "$HSCT_MY_DIR/${shipname}/font.bin" -- 2.11.4.GIT