excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / anytype@beta.rb
blob07fce50d9b76d014644b432064f38e5cff07bf01
1 cask "anytype@beta" do
2   arch arm: "arm64", intel: "x64"
4   version "0.43.8"
5   sha256 arm:   "94c434d6e364d702a76d1a64590e2bf5c552d7cd3812a49830ff9935d8a22429",
6          intel: "6fb21ef31e2262c940fd29cd945d34e382c7350fc4ccff3062a6c8a57694cac5"
8   url "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-#{version}-mac-#{arch}.dmg",
9       verified: "anytype-release.fra1.cdn.digitaloceanspaces.com/"
10   name "Anytype"
11   desc "Local-first and end-to-end encrypted notes app"
12   homepage "https://anytype.io/"
14   livecheck do
15     url "https://anytype-release.fra1.cdn.digitaloceanspaces.com/beta-mac.yml?v=#{Time.new.to_i}"
16     strategy :electron_builder
17   end
19   auto_updates true
20   conflicts_with cask: [
21     "anytype",
22     "anytype@alpha",
23   ]
24   depends_on macos: ">= :catalina"
26   app "Anytype.app"
28   zap trash: [
29     "~/Library/Application Support/anytype2",
30     "~/Library/Logs/anytype2",
31     "~/Library/Preferences/com.anytype.anytype2.plist",
32     "~/Library/Saved Application State/com.anytype.anytype2.savedState",
33   ]
34 end