homebrew-cask/Casks/proclaim.rb

15 lines
484 B
Ruby

cask "proclaim" do
version "3.0.0.0017"
sha256 "cbafcf1f466066662e6734ff82c7e968d6f83ea0e4dd95916487e0b7056e3558"
# logoscdn.com/Proclaim/ was verified as official when first introduced to the cask
url "https://downloads.logoscdn.com/Proclaim/Installer/#{version}/Proclaim.dmg"
appcast "http://downloads.proclaimonline.com/mac/appcast.xml"
name "Faithlife Proclaim"
homepage "https://proclaim.faithlife.com/"
depends_on macos: ">= :mojave"
app "Proclaim.app"
end