Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / mountain-duck.rb
blobfa7305a3b0aa9d8235804418998d1d79d2957952
1 cask "mountain-duck" do
2   version "4.16.3,22374"
3   sha256 "b31f8188c19bea11f4a43b7a1f15795da3a337d01a55cef1adfc542c04f3c932"
5   url "https://dist.mountainduck.io/Mountain%20Duck-#{version.csv.first}.#{version.csv.second}.zip"
6   name "Mountain Duck"
7   desc "Mounts servers and cloud storages as a disk on the desktop"
8   homepage "https://mountainduck.io/"
10   livecheck do
11     url "https://version.mountainduck.io/#{version.major}/macos/changelog.rss"
12     strategy :sparkle
13   end
15   auto_updates true
16   depends_on macos: ">= :high_sierra"
18   app "Mountain Duck.app"
20   zap trash: [
21     "~/Library/Application Scripts/io.mountainduck.findersync",
22     "~/Library/Caches/io.mountainduck",
23     "~/Library/Containers/io.mountainduck.findersync",
24     "~/Library/Group Containers/G69SCX94XU.duck",
25     "~/Library/Preferences/G69SCX94XU.duck.plist",
26     "~/Library/Preferences/io.mountainduck.plist",
27   ]
28 end