cheat: update to 4.2.0
This commit is contained in:
parent
2ddeb7d30a
commit
dab3c4f8d2
1 changed files with 4 additions and 4 deletions
|
@ -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 <bra1nwave@protonmail.com>"
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue