excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / aether.rb
blob00b4dc01063f0c7e58681bb90f9bd433baa1642f
1 cask "aether" do
2   version "2.0.0-dev.15,2011262249.19338c93"
3   sha256 "87bb9f70525025dadb1d00328f37ee075fe3866044d092a9533e7df71653aca7"
5   url "https://static.getaether.net/Releases/Aether-#{version.csv.first}/#{version.csv.second}/mac/Aether-#{version.csv.first}%2B#{version.csv.second}.dmg"
6   name "Aether"
7   desc "Peer-to-peer ephemeral public communities"
8   homepage "https://getaether.net/"
10   disable! date: "2024-07-10", because: :no_longer_available
12   app "Aether.app"
14   zap trash: [
15     "/Library/Logs/DiagnosticReports/aether-backend-mac-*.diag",
16     "~/Library/Application Support/Aether",
17     "~/Library/Preferences/com.aethertechnologies.Aether.plist",
18     "~/Library/Saved Application State/com.aethertechnologies.Aether.savedState",
19   ]
20 end