homebrew-cask/Casks/ring.rb

15 lines
466 B
Ruby

cask 'ring' do
version '1.88'
sha256 'f584b2383f9d6f23476084c641188a5c8fe9c2b56ee9ab4a9a22c2bfa4daa15b'
# ring-mac-app-assets.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://ring-mac-app-assets.s3.amazonaws.com/production/Ring_#{version}.zip"
appcast 'https://ring-mac-app-assets.s3.amazonaws.com/production/ring-appcast.xml'
name 'Ring'
homepage 'https://ring.com/'
auto_updates true
app 'Ring.app'
end