cask "anytype" do arch arm: "arm64", intel: "x64" version "0.47.5" sha256 arm: "9a3a9c996f6de0bf4a0ea50e69743ad4dd748508489fb664b4a7bef4a5af03b2", intel: "6b40def28845f9c321a013d8b237208d17419be09e5a3acf460c34e2af75b9cc" url "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-#{version}-mac-#{arch}.dmg", verified: "anytype-release.fra1.cdn.digitaloceanspaces.com/" name "Anytype" desc "Local-first and end-to-end encrypted notes app" homepage "https://anytype.io/" livecheck do url "https://anytype-release.fra1.cdn.digitaloceanspaces.com/latest-mac.yml?v=#{Time.new.to_i}" strategy :electron_builder end auto_updates true conflicts_with cask: [ "anytype@alpha", "anytype@beta", ] depends_on macos: ">= :catalina" app "Anytype.app" zap trash: [ "~/Library/Application Support/anytype2", "~/Library/Logs/anytype2", "~/Library/Preferences/com.anytype.anytype2.plist", "~/Library/Saved Application State/com.anytype.anytype2.savedState", ] end