aboutsummaryrefslogtreecommitdiff
path: root/system/tio
diff options
context:
space:
mode:
authorAndrzej Telszewski <andrzej@telszewski.com>2024-10-01 13:19:35 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-02 19:06:08 +0700
commitea4664c0df792249f26d1e98b08dcf29641ccadc (patch)
tree11b63d5169e26fd04dfcc9ba91b4a786d0f9ebb7 /system/tio
parent5d0d389dafbd04c5d4ce793c8ab6e1d873e61512 (diff)
downloadslackbuilds-ea4664c0df792249f26d1e98b08dcf29641ccadc.tar.xz
system/tio: Update for version 3.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tio')
-rw-r--r--system/tio/README6
-rw-r--r--system/tio/tio.SlackBuild4
-rw-r--r--system/tio/tio.info8
3 files changed, 10 insertions, 8 deletions
diff --git a/system/tio/README b/system/tio/README
index f1eb09e35c44..9cdb920f17b3 100644
--- a/system/tio/README
+++ b/system/tio/README
@@ -27,10 +27,12 @@ Features:
- Autogeneration of log filename
- Configuration file support
- Activate sub-configurations by name or pattern
-- Redirect I/O to UNIX socket or IPv4/v6 network socket for scripting or TTY sharing
+- Redirect I/O to UNIX socket or IPv4/v6 network socket for scripting or
+ TTY sharing
- Pipe input and/or output
- Support for simple line request/response handling
-- Bash completion on options, serial device names, and sub-configuration names
+- Bash completion on options, serial device names, and sub-configuration
+ names
- Configurable text color
- Visual or audible alert on connect/disconnect
- Remapping of prefix key
diff --git a/system/tio/tio.SlackBuild b/system/tio/tio.SlackBuild
index 3ee50d5092c8..798744f7132a 100644
--- a/system/tio/tio.SlackBuild
+++ b/system/tio/tio.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tio
-VERSION=${VERSION:-2.7}
+VERSION=${VERSION:-3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -94,7 +94,7 @@ strip --strip-unneeded $PKG/usr/bin/tio
gzip -9 $PKG/usr/man/man1/tio.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a example AUTHORS LICENSE NEWS README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a examples AUTHORS LICENSE NEWS README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/tio/tio.info b/system/tio/tio.info
index 35528e770eb6..9e34440c5bcd 100644
--- a/system/tio/tio.info
+++ b/system/tio/tio.info
@@ -1,10 +1,10 @@
PRGNAM="tio"
-VERSION="2.7"
+VERSION="3.7"
HOMEPAGE="https://github.com/tio/tio"
-DOWNLOAD="https://github.com/tio/tio/releases/download/v2.7/tio-2.7.tar.xz"
-MD5SUM="58f589d1e9382e8cdebce4de03c6a797"
+DOWNLOAD="https://github.com/tio/tio/releases/download/v3.7/tio-3.7.tar.xz"
+MD5SUM="f4c18eb48127e2ce58ccb754b4f89275"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="lua53"
MAINTAINER="Andrzej Telszewski"
EMAIL="andrzej@telszewski.com"