From 4395bafb73596a124eb727c3b20cabf04696864c Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 24 Dec 2022 16:30:03 -0500 Subject: [PATCH] tio: update to 2.5. --- srcpkgs/tio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tio/template b/srcpkgs/tio/template index 53feb9171e5d..ab3e267c9029 100644 --- a/srcpkgs/tio/template +++ b/srcpkgs/tio/template @@ -1,6 +1,6 @@ # Template file for 'tio' pkgname=tio -version=2.4 +version=2.5 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -11,9 +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=f57633787a35cdf2a9becf85ae75080f0736d72fc9ded87acecf3a8d8b916412 +checksum=5a35796c9fb3e155e9dc5af478c3ce8cf8ca6bb5f6aaff3761173564bd33f1a0 post_install() { vcompletion "build/src/bash-completion/tio" bash tio - vsconf "example/tiorc" + vsconf "example/config" }