From 84097c0bed78fc838cfe093204de94309d7ddb0b Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 17 Jul 2024 10:57:47 +0530 Subject: [PATCH] dust: update to 1.1.1. Closes: #51330 [via git-merge-pr] --- srcpkgs/dust/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dust/template b/srcpkgs/dust/template index 99852a913ab..dbfcaac267b 100644 --- a/srcpkgs/dust/template +++ b/srcpkgs/dust/template @@ -1,14 +1,15 @@ # Template file for 'dust' pkgname=dust -version=1.0.0 +version=1.1.1 revision=1 build_style=cargo +make_check_args="-- --skip test_permission" # CI failure 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/refs/tags/v${version}.tar.gz" -checksum=34b72116ab6db9bdb97bc1e49dadf392a1619838204b44b0a4695539d54ffbe8 +checksum=98cae3e4b32514e51fcc1ed07fdbe6929d4b80942925348cc6e57b308d9c4cb0 post_install() { vcompletion completions/dust.bash bash