From c9a76906e0297f284ce4dfd343bf5959ac5a2a6e Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 30 Jul 2022 11:37:14 -0400 Subject: [PATCH] tio: update to 1.47. --- srcpkgs/tio/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tio/template b/srcpkgs/tio/template index 58cf3069371dc3..6e69f06b33afed 100644 --- a/srcpkgs/tio/template +++ b/srcpkgs/tio/template @@ -1,6 +1,6 @@ # Template file for 'tio' pkgname=tio -version=1.46 +version=1.47 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -11,8 +11,9 @@ license="GPL-2.0-or-later" homepage="https://github.com/tio/tio" changelog="https://github.com/tio/tio/raw/master/NEWS" distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz" -checksum=7d08d89e862a326b687b7fc73d9b266c715d1c68cd4e46f1361e5a98994c5941 +checksum=d1cad2c8482f656d4f392e34bd7acae8e14e44c10ff8f98379d6415919f8ab31 post_install() { vcompletion "build/src/bash-completion/tio" bash tio + vsconf "example/tiorc" }