Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/zoxide/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'zoxide'
pkgname=zoxide
version=0.9.9
version=0.10.0
revision=1
build_style=cargo
short_desc="Faster way to navigate your filesystem"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="unworried <unwrd@proton.me>"
license="MIT"
homepage="https://github.com/ajeetdsouza/zoxide"
changelog="https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/CHANGELOG.md"
distfiles="https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v${version}.tar.gz"
checksum=eddc76e94db58567503a3893ecac77c572f427f3a4eabdfc762f6773abf12c63
checksum=4fcd4272b013a10b637dbcc299c58a9924b94470a9042677ca1a204cc2e9150e

post_install() {
vlicense LICENSE
Expand Down