excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / arkiwi.rb
blobff5f5a917e800463d15503b6d2784b4a986a4f27
1 cask "arkiwi" do
2   version "4.1.5"
3   sha256 "d73ec198377a785effe76d4c444875de27bbe00becb0311f70036155220ee590"
5   url "https://www.mariogt.com/appsChest/ArKiwi#{version.dots_to_hyphens}.zip"
6   name "ArKiwi"
7   desc "File archiver"
8   homepage "https://www.mariogt.com/arkiwi.html"
10   livecheck do
11     url "https://www.mariogt.com/appsChest/arkiwiAppCast.xml"
12     strategy :sparkle, &:short_version
13   end
15   app "ArKiwi.app"
17   zap trash: [
18     "~/Library/Containers/com.mariogt.arkiwi/Data/Library/Application Support/ArKiwi",
19     "~/Library/Containers/com.mariogt.arkiwi/Data/Library/Preferences/com.mariogt.arkiwi.plist",
20   ]
21 end