homebrew-cask/Casks/sipgate-softphone.rb

19 lines
727 B
Ruby

cask "sipgate-softphone" do
version "1.10.25"
sha256 "7f11994ff159820a3d200d948526e6997e76e0e81dff3314b6b7bd1ae6a6c56d"
# sipgate-desktop-app-dev.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://sipgate-desktop-app-dev.s3.amazonaws.com/sipgate-softphone-#{version}.dmg"
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