cheat: update to 4.2.3.

This commit is contained in:
tibequadorian 2022-02-15 21:44:44 +01:00 committed by Echo
parent f73e6e8e8c
commit 7a1d8fa61e

View file

@ -1,6 +1,6 @@
# Template file for 'cheat' # Template file for 'cheat'
pkgname=cheat pkgname=cheat
version=4.2.2 version=4.2.3
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/cheat/cheat/cmd/cheat" go_import_path="github.com/cheat/cheat/cmd/cheat"
@ -9,11 +9,12 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/cheat/cheat" homepage="https://github.com/cheat/cheat"
distfiles="${homepage}/archive/${version}.tar.gz" distfiles="${homepage}/archive/${version}.tar.gz"
checksum=b4fb5a0d63bad020ca240a8e27b573ef127a1ca0f27e87a2cb8bd817c258611a checksum=9624160ba542fb51bbd959d8c68b76f82ea324a6186d8d6d544b0efd8c9cc8ca
post_install() { post_install() {
vman doc/cheat.1 vman doc/cheat.1
vcompletion scripts/cheat.bash bash cheat vcompletion scripts/cheat.bash bash cheat
vcompletion scripts/cheat.fish fish cheat vcompletion scripts/cheat.fish fish cheat
vcompletion scripts/cheat.zsh zsh cheat
vlicense LICENSE.txt vlicense LICENSE.txt
} }