cheat: update to 4.4.0.
This commit is contained in:
parent
630cedbd9a
commit
5cc2ad2176
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cheat'
|
# Template file for 'cheat'
|
||||||
pkgname=cheat
|
pkgname=cheat
|
||||||
version=4.3.3
|
version=4.4.0
|
||||||
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,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/cheat/cheat"
|
homepage="https://github.com/cheat/cheat"
|
||||||
distfiles="https://github.com/cheat/cheat/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/cheat/cheat/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=6a1739b71d436f45dc7c028ec79863a34e30cc13da7159bf23604b77f43faaf2
|
checksum=8694d75896dcb1dfb91ed95ec37f7fe409ad2bde76e66f80b20be24ee92ae3ec
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/cheat.1
|
vman doc/cheat.1
|
||||||
|
|
Loading…
Reference in New Issue