From 6d989b67a99bd124c5c09e0cc06c12aef2b75a16 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 8 Sep 2022 22:48:57 +0530 Subject: [PATCH] dust: update to 0.8.3. --- srcpkgs/dust/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dust/template b/srcpkgs/dust/template index 4ef1733f05b6..4dcdc139c197 100644 --- a/srcpkgs/dust/template +++ b/srcpkgs/dust/template @@ -1,6 +1,6 @@ # Template file for 'dust' pkgname=dust -version=0.8.1 +version=0.8.3 revision=1 build_style=cargo short_desc="More intuitive version of du" @@ -8,8 +8,12 @@ maintainer="Neel " license="Apache-2.0" homepage="https://github.com/bootandy/dust" distfiles="https://github.com/bootandy/dust/archive/v${version}.tar.gz" -checksum=9f3b5e93c62bb54139479ac4396549fc62389ac9a7d300b088cdf51cd0e90e22 +checksum=1e07203546274276503a4510adcf5dc6eacd5d1e20604fcd55a353b3b63c1213 post_install() { + vcompletion completions/dust.bash bash + vcompletion completions/dust.fish fish + vcompletion completions/_dust zsh + vsconf config/config.toml vdoc README.md }