homebrew-cask/Casks/tastyworks.rb

26 lines
734 B
Ruby

cask "tastyworks" do
arch arm: "-aarch64", intel: ""
version "1.26.1"
sha256 arm: "2b5944cbfa2d4f6e52ffdf06c1c46bb208b4504fb69afe2007e8aaa1cc3a2d0e",
intel: "6860c20aadb5a3c203260c5a1616cfec76849100b68fa6f26dd94e5edc24484b"
url "https://download.tastyworks.com/desktop-#{version.major}.x.x/#{version}/tastyworks-#{version}#{arch}.dmg"
name "tastyworks"
desc "Desktop trading platform for the tastyworks brokerage"
homepage "https://tastyworks.com/"
livecheck do
skip "No version information available"
end
auto_updates true
app "tastyworks.app"
zap trash: [
"~/Library/Application Support/tastyworks",
"~/Library/Saved Application State/com.tastyworks.desktop.savedState",
]
end