From 8cb3ef2d29c8281e50d50a87b15b5227dab3dc85 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Thu, 11 Feb 2021 14:53:01 -0600 Subject: [PATCH] tmuxc: update to 1.8. --- srcpkgs/tmuxc/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tmuxc/template b/srcpkgs/tmuxc/template index 384bcaff1b6..73905ec16c9 100644 --- a/srcpkgs/tmuxc/template +++ b/srcpkgs/tmuxc/template @@ -1,16 +1,17 @@ # Template file for 'tmuxc' pkgname=tmuxc -version=1.7.1 -revision=2 +version=1.8 +revision=1 depends="perl" short_desc="Local and remote tmux window manager" maintainer="Zach Dykstra " license="MIT" homepage="https://github.com/zdykstra/tmuxc" distfiles="https://github.com/zdykstra/${pkgname}/archive/v${version}.tar.gz" -checksum=7bd7596d962b7e14617346e6b9e364420402de90663fa4d3b551a9a9f25453a4 +checksum=fb9e6352e783cc9697887eb2e52e943685125fa97ba87ea001decb8dcd89b0c0 do_install() { vbin tmuxc + vman tmuxc.1 vlicense LICENSE }