1 cask "anytype@alpha" do
2 arch arm: "arm64", intel: "x64"
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/"
11 desc "Local-first and end-to-end encrypted notes app"
12 homepage "https://anytype.io/"
15 url "https://anytype-release.fra1.cdn.digitaloceanspaces.com/alpha-mac.yml?v=#{Time.new.to_i}"
16 strategy :electron_builder
20 conflicts_with cask: [
24 depends_on macos: ">= :catalina"
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",