From 2f49018ac51eba28ea9b2785aa26689a03ff87e3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 28 Jan 2021 22:05:22 +0100 Subject: [PATCH] dua: Add version 2.10.10 --- bucket/dua.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/dua.json diff --git a/bucket/dua.json b/bucket/dua.json new file mode 100644 index 0000000000..6dff9f852a --- /dev/null +++ b/bucket/dua.json @@ -0,0 +1,25 @@ +{ + "version": "2.10.10", + "description": "Disk Usage Analyzer", + "homepage": "https://github.com/Byron/dua-cli", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Byron/dua-cli/releases/download/v2.10.10/dua-v2.10.10-x86_64-pc-windows-msvc.zip", + "hash": "d2e5805b0bba85e0432330f741b0b4bf632ac5de839d8e650ec01a8edf93d6c3", + "extract_dir": "dua-v2.10.10-x86_64-pc-windows-msvc" + } + }, + "bin": "dua.exe", + "checkver": { + "github": "https://github.com/Byron/dua-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Byron/dua-cli/releases/download/v$version/dua-v$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "dua-v$version-x86_64-pc-windows-msvc" + } + } + } +}