tio: update to 2.5.

This commit is contained in:
0x5c 2022-12-24 16:30:03 -05:00 committed by Michal Vasilek
parent f5a0abf519
commit 7156aeeb2e

View file

@ -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"
}