qdirstat 1.9 (new cask)

This commit is contained in:
Jesus Herrera Arroyo
2024-02-13 22:50:23 -05:00
committed by Razvan Azamfirei
parent 91303d3319
commit 2127837380
+16
View File
@@ -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