quickhash: update version, add zap

This commit is contained in:
Bevan Kay
2023-11-02 13:28:26 +11:00
parent ca970d219d
commit 887b151d60
+6 -1
View File
@@ -1,5 +1,5 @@
cask "quickhash" do
version "3.3.4,2510"
version "3.3.4,2510,01,11,2023"
sha256 "d5b73524b0d62a7f100f7a6f976eaad98968f03f20f6d6b6c28040f9c255a884"
url "https://www.quickhash-gui.org/download/quickhash-gui-v#{version.csv.first.dots_to_hyphens}-apple-osx/?wpdmdl=#{version.csv.second}"
@@ -18,4 +18,9 @@ cask "quickhash" do
container nested: "Quickhash-GUI_#{version.csv.third}#{version.csv.fourth}#{version.csv.fifth}.dmg"
app "Quickhash-GUI.app"
zap trash: [
"~/.Quickhash-GUI",
"~/Library/Saved Application State/www.Quickhash-GUI.org.savedState",
]
end