cheat: update to 3.5.1.

This commit is contained in:
bra1nwave 2020-02-04 10:01:32 +01:00 committed by Juan RP
parent 2aa648f543
commit 749274b4b9

View file

@ -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 <bra1nwave@protonmail.com>"
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
}