dust: update to 0.8.3.

This commit is contained in:
icp 2022-09-08 22:48:57 +05:30 committed by Michal Vasilek
parent 100ff66f75
commit 660e5ce169

View file

@ -1,6 +1,6 @@
# Template file for 'dust' # Template file for 'dust'
pkgname=dust pkgname=dust
version=0.8.1 version=0.8.3
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="More intuitive version of du" short_desc="More intuitive version of du"
@ -8,8 +8,12 @@ maintainer="Neel <neel@chot.ai>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/bootandy/dust" homepage="https://github.com/bootandy/dust"
distfiles="https://github.com/bootandy/dust/archive/v${version}.tar.gz" distfiles="https://github.com/bootandy/dust/archive/v${version}.tar.gz"
checksum=9f3b5e93c62bb54139479ac4396549fc62389ac9a7d300b088cdf51cd0e90e22 checksum=1e07203546274276503a4510adcf5dc6eacd5d1e20604fcd55a353b3b63c1213
post_install() { post_install() {
vcompletion completions/dust.bash bash
vcompletion completions/dust.fish fish
vcompletion completions/_dust zsh
vsconf config/config.toml
vdoc README.md vdoc README.md
} }