homebrew-cask/Casks/sipgate-softphone.rb

19 lines
683 B
Ruby

cask "sipgate-softphone" do
version "1.10.27"
sha256 "4587c8599040477323af3e0883c60bcb1474543035d32597302a06e82b8dfdda"
url "https://sipgate-desktop-app-dev.s3.amazonaws.com/sipgate-softphone-#{version}.dmg",
verified: "sipgate-desktop-app-dev.s3.amazonaws.com/"
appcast "https://sipgate-desktop-app-dev.s3.amazonaws.com/latest-mac.yml"
name "sipgate softphone"
homepage "https://www.sipgateteam.de/softphone"
app "sipgate softphone.app"
zap trash: [
"~/Library/Saved Application State/com.sipgate.desktop.savedState",
"~/Library/Preferences/com.sipgate.desktop.plist",
"~/Library/Saved Application State/com.sipgate.desktop.savedState",
]
end