mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
804 B
Ruby
26 lines
804 B
Ruby
cask "firefly-shimmer" do
|
|
version "2.1.9"
|
|
sha256 "d283c16aba1dea49e07049873359264a54db4fa19416a1f1b07f937740777789"
|
|
|
|
url "https://github.com/iotaledger/firefly/releases/download/desktop-shimmer-#{version}/firefly-shimmer-desktop-#{version}.dmg",
|
|
verified: "github.com/iotaledger/firefly/"
|
|
name "Firefly Shimmer"
|
|
desc "Official wallet for IOTA"
|
|
homepage "https://firefly.iota.org/"
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "Firefly Shimmer.app"
|
|
|
|
uninstall quit: "org.iota.firefly"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Firefly",
|
|
"~/Library/Logs/Firefly",
|
|
"~/Library/Preferences/org.iota.firefly.helper.plist",
|
|
"~/Library/Preferences/org.iota.firefly.plist",
|
|
"~/Library/Saved Application State/org.iota.firefly.savedState",
|
|
]
|
|
end
|