mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zoxide: update to 0.8.0
This commit is contained in:
parent
dac019d115
commit
a901df81bc
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'zoxide'
|
# Template file for 'zoxide'
|
||||||
pkgname=zoxide
|
pkgname=zoxide
|
||||||
version=0.7.3
|
version=0.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Faster way to navigate your filesystem"
|
short_desc="Faster way to navigate your filesystem"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ajeetdsouza/zoxide"
|
homepage="https://github.com/ajeetdsouza/zoxide"
|
||||||
|
changelog="https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz"
|
||||||
checksum=0b596cf8f86c51cc5aaf8914f8e47fdb0a60ba44e55d75a3d131b1f583ea098c
|
checksum=111c5f1cd92b1cb54e2f0a801003098a601c653ec5a378f3d0ea1c9659854477
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue