Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / a / anytype@alpha.rb
blob928b612c87e312234133078a726a1f068875ecbc
1 cask "anytype@alpha" do
2   arch arm: "arm64", intel: "x64"
4   version "0.44.9-alpha"
5   sha256 arm:   "9a488d9cf395a5d2f6e61efc38265e5408919d567c4648c08cf3b10a7f919d65",
6          intel: "c6812a622cf4a2773a138ecb7c1ed4ff5efaa81b2f3e31715403e4c0ac887ed5"
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/alpha-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@beta",
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