homebrew-cask/Casks/helo.rb

30 lines
822 B
Ruby

cask "helo" do
arch arm: "-arm64"
version "1.6.2"
sha256 arm: "b1ef0c2c300d7c644f91cfc664bb28b3066b86257984b0407b52dd0e7ed59d0d",
intel: "a22704a4b8f5bc13a9f1c8f6e893657576c20308fe7372ae87306d58d70dca48"
url "https://helo.fra1.digitaloceanspaces.com/helo/HELO-#{version}#{arch}.dmg",
verified: "helo.fra1.digitaloceanspaces.com/helo/"
name "HELO"
desc "Email tester and debugger"
homepage "https://usehelo.com/"
livecheck do
url "https://helo.fra1.digitaloceanspaces.com/helo/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
app "HELO.app"
zap trash: [
"~/Library/Application Support/HELO",
"~/Library/Logs/HELO",
"~/Library/Preferences/de.beyondco.helo.plist",
"~/Library/Saved Application State/de.beyondco.helo.savedState",
]
end