zoxide: update to 0.7.0.

This commit is contained in:
Gadzhi Kharkharov 2021-05-02 11:17:27 +03:00 committed by Érico Nogueira Rolim
parent b1b3a7fb1f
commit 92b40a40a0

View File

@ -1,6 +1,6 @@
# Template file for 'zoxide'
pkgname=zoxide
version=0.6.0
version=0.7.0
revision=1
build_style=cargo
short_desc="Faster way to navigate your filesystem"
@ -8,8 +8,11 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
license="MIT"
homepage="https://github.com/ajeetdsouza/zoxide"
distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz"
checksum=fe93aa4d1fe8d4f94b302335f30bc543c7a1664df2a3fde73e6253c74f576c35
checksum=9a9b0aa82a647fa834e4ade483af292e50080758af25c5260c425420879d9691
post_install() {
vlicense LICENSE
for f in man/*; do
vman $f
done
}