From 2127837380cc1d606e971b9c09ee2ff874b18201 Mon Sep 17 00:00:00 2001 From: Jesus Herrera Arroyo Date: Mon, 12 Feb 2024 21:20:12 -0800 Subject: [PATCH] qdirstat 1.9 (new cask) --- Casks/q/qdirstat.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Casks/q/qdirstat.rb diff --git a/Casks/q/qdirstat.rb b/Casks/q/qdirstat.rb new file mode 100644 index 0000000000..666d09fb8a --- /dev/null +++ b/Casks/q/qdirstat.rb @@ -0,0 +1,16 @@ +cask "qdirstat" do + version "1.9" + sha256 "b05637c023ef9781ea1d45663f228151a7793b79f8af8e8765cf72260cfd74f3" + + url "https://github.com/jesusha123/qdirstat-macos/releases/download/#{version}/QDirStat-#{version}.dmg" + name "QDirStat" + desc "Graphical application to show where your disk space has gone" + homepage "https://github.com/jesusha123/qdirstat-macos/" + + auto_updates true + depends_on macos: ">= :high_sierra" + + app "QDirStat.app" + + zap trash: [] +end