homebrew-cask/Casks/ring.rb

15 lines
466 B
Ruby
Raw Normal View History

2016-07-27 20:54:40 +08:00
cask 'ring' do
2018-05-19 10:55:06 +08:00
version '1.80'
sha256 'a5fef06526eae64aba299ab827d78658ab543799df9218e404b470be588fa5d7'
2016-07-27 20:54:40 +08:00
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://ring-mac-app-assets.s3.amazonaws.com/production/ring-appcast.xml'
2016-07-27 20:54:40 +08:00
name 'Ring'
homepage 'https://ring.com/'
auto_updates true
app 'Ring.app'
end