homebrew-cask/Casks/logos.rb

24 lines
780 B
Ruby

cask "logos" do
version "8.15.0.0004"
sha256 "ef26720eb5c4d050ba7d5d117b6cf9f0ce94c7e3b55e6da2f466ce2c08633745"
# downloads.logoscdn.com/ was verified as official when first introduced to the cask
url "https://downloads.logoscdn.com/LBS8/Installer/#{version}/LogosMac.dmg"
appcast "https://clientservices.logos.com/update/v1/feed/logos#{version.major}-mac/stable.xml"
name "Logos Bible Software"
homepage "https://www.logos.com/"
depends_on macos: ">= :el_capitan"
app "Logos.app"
uninstall launchctl: "com.logos.LogosIndexer",
quit: "com.logos.Logos"
zap trash: [
"~/Library/Preferences/com.logos.LogosIndexer.plist",
"~/Library/Preferences/com.logos.LogosCEF.plist",
"~/Library/Preferences/com.logos.Logos.plist",
]
end