From 749274b4b9525646ab7b1f9cc7a379c23402de7f Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 4 Feb 2020 10:01:32 +0100 Subject: [PATCH] cheat: update to 3.5.1. --- srcpkgs/cheat/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index 017f6414c18..efbd6eed1d5 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,6 +1,6 @@ # Template file for 'cheat' pkgname=cheat -version=3.4.1 +version=3.5.1 revision=1 build_style=go go_import_path="github.com/cheat/cheat/cmd/cheat" @@ -9,12 +9,12 @@ maintainer="bra1nwave " license="MIT" homepage="https://github.com/cheat/cheat" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=d47d85fdab14ef14db806940a91a2d0cbd58b5574b53c3efebdc183b372a50ac +checksum=12621c762c8bc8edae27ba544dda5b721bffd0eafa4837f352593704ae7d23e2 post_install() { - vinstall scripts/cheat-autocompletion.bash 644 \ + vinstall scripts/cheat.bash 644 \ usr/share/bash-completion/completions cheat - vinstall scripts/cheat-autocompletion.fish 644 \ + vinstall scripts/cheat.fish 644 \ usr/share/fish/completions vlicense LICENSE.txt }