Files
homebrew-cask/Casks/l/logos.rb
2023-11-07 14:41:47 -05:00

33 lines
961 B
Ruby

cask "logos" do
arch arm: "-arm"
version "29.1.0.0022"
sha256 arm: "febd252adcb92d45eb202668b4064cc36eb4b8763d6556c8beb0ad4ece7b8f84",
intel: "2d72fcfe60f37ae28de4742f41ddd8da3b33812b374b41da2508e56a429c971a"
url "https://downloads.logoscdn.com/LBS10/Installer/#{version}/LogosMac#{arch}.dmg",
verified: "downloads.logoscdn.com/"
name "Logos"
desc "Bible study software"
homepage "https://www.logos.com/"
livecheck do
url "https://clientservices.logos.com/update/v1/feed/logos10-mac/stable.xml"
regex(%r{<logos:version[^>]*>(\d+(?:\.\d+)+)</logos:version>}i)
end
auto_updates true
depends_on macos: ">= :big_sur"
app "Logos.app"
uninstall launchctl: "com.logos.LogosIndexer",
quit: "com.logos.Logos"
zap trash: [
"~/Library/Preferences/com.logos.Logos.plist",
"~/Library/Preferences/com.logos.LogosCEF.plist",
"~/Library/Preferences/com.logos.LogosIndexer.plist",
]
end