cheat: update to 3.5.1.
This commit is contained in:
parent
2aa648f543
commit
749274b4b9
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cheat'
|
# Template file for 'cheat'
|
||||||
pkgname=cheat
|
pkgname=cheat
|
||||||
version=3.4.1
|
version=3.5.1
|
||||||
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,12 +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=d47d85fdab14ef14db806940a91a2d0cbd58b5574b53c3efebdc183b372a50ac
|
checksum=12621c762c8bc8edae27ba544dda5b721bffd0eafa4837f352593704ae7d23e2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall scripts/cheat-autocompletion.bash 644 \
|
vinstall scripts/cheat.bash 644 \
|
||||||
usr/share/bash-completion/completions cheat
|
usr/share/bash-completion/completions cheat
|
||||||
vinstall scripts/cheat-autocompletion.fish 644 \
|
vinstall scripts/cheat.fish 644 \
|
||||||
usr/share/fish/completions
|
usr/share/fish/completions
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue