From e15c30c129a9b7a7b72921162a1a623a8971a1ab Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Tue, 15 Feb 2022 21:44:44 +0100 Subject: [PATCH] cheat: update to 4.2.3. --- srcpkgs/cheat/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index b8042f61d10f..032c0d78b8ec 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,6 +1,6 @@ # Template file for 'cheat' pkgname=cheat -version=4.2.2 +version=4.2.3 revision=1 build_style=go go_import_path="github.com/cheat/cheat/cmd/cheat" @@ -9,11 +9,12 @@ maintainer="bra1nwave " license="MIT" homepage="https://github.com/cheat/cheat" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=b4fb5a0d63bad020ca240a8e27b573ef127a1ca0f27e87a2cb8bd817c258611a +checksum=9624160ba542fb51bbd959d8c68b76f82ea324a6186d8d6d544b0efd8c9cc8ca post_install() { vman doc/cheat.1 vcompletion scripts/cheat.bash bash cheat vcompletion scripts/cheat.fish fish cheat + vcompletion scripts/cheat.zsh zsh cheat vlicense LICENSE.txt }