From 100d3fcc15956577d5497e7e7997403caab62671 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 30 Nov 2020 17:26:53 -0600 Subject: [PATCH] cheat: update to 4.2.0 --- srcpkgs/cheat/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index af2daed5856..d402f8cbda9 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,6 +1,6 @@ # Template file for 'cheat' pkgname=cheat -version=4.1.0 +version=4.2.0 revision=1 build_style=go go_import_path="github.com/cheat/cheat/cmd/cheat" @@ -9,11 +9,11 @@ maintainer="bra1nwave " license="MIT" homepage="https://github.com/cheat/cheat" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=b392c3a77eda61f4b1f0991cb30c6202f74472713293e73f645fb697665ca72c +checksum=23c3c30fe1ad63916718eef534dcef22c0ae607695f74860180304c5cde3ea49 post_install() { vman doc/cheat.1 - vinstall scripts/cheat.bash 644 usr/share/bash-completion/completions cheat - vinstall scripts/cheat.fish 644 usr/share/fish/vendor_completions.d + vcompletion scripts/cheat.bash bash cheat + vcompletion scripts/cheat.fish fish cheat vlicense LICENSE.txt }