From badea4b90af0f8529fce86454c06873546fbf5ea Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 2 Feb 2023 01:26:17 +0530 Subject: [PATCH] dust: update to 0.8.4. --- srcpkgs/dust/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dust/template b/srcpkgs/dust/template index 4dcdc139c19725..0e158125ba188d 100644 --- a/srcpkgs/dust/template +++ b/srcpkgs/dust/template @@ -1,19 +1,21 @@ # Template file for 'dust' pkgname=dust -version=0.8.3 +version=0.8.4 revision=1 build_style=cargo short_desc="More intuitive version of du" maintainer="Neel " license="Apache-2.0" homepage="https://github.com/bootandy/dust" -distfiles="https://github.com/bootandy/dust/archive/v${version}.tar.gz" -checksum=1e07203546274276503a4510adcf5dc6eacd5d1e20604fcd55a353b3b63c1213 +distfiles="https://github.com/bootandy/dust/archive/refs/tags/v${version}.tar.gz" +checksum=611f2da80ef5b1d4423bcda159a65e9436692357b686b91b1dd8245a76eed589 post_install() { vcompletion completions/dust.bash bash vcompletion completions/dust.fish fish vcompletion completions/_dust zsh + vsconf config/config.toml + vman man-page/dust.1 vdoc README.md }