excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / y / yandex-disk.rb
blobb9cd43d64381ed26cad01462e6c20039fa008f47
1 cask "yandex-disk" do
2   version "3.2.43,3257"
3   sha256 :no_check
5   url "https://disk.yandex.ru/download/Yandex.Disk.dmg/?instant=1"
6   name "Yandex.Disk"
7   desc "Cloud storage"
8   homepage "https://disk.yandex.ru/"
10   livecheck do
11     url :url
12     strategy :extract_plist
13   end
15   auto_updates true
16   depends_on macos: ">= :el_capitan"
18   app "Yandex.Disk.2.app"
20   zap trash: [
21     "~/Library/Application Support/Yandex.Disk.2",
22     "~/Library/Preferences/ru.yandex.desktop.disk.screenshots.plist",
23     "~/Library/Preferences/ru.yandex.desktop.disk2.plist",
24   ]
26   caveats do
27     requires_rosetta
28   end
29 end