homebrew-cask/Casks/ring.rb

16 lines
556 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"
appcast 'https://ring-mac-app-assets.s3.amazonaws.com/production/ring-appcast.xml',
2018-05-19 10:55:06 +08:00
checkpoint: 'a4ede0df00e6630ca6ab247e50c2f1970b93b0678f331043a4627d202497b897'
2016-07-27 20:54:40 +08:00
name 'Ring'
homepage 'https://ring.com/'
auto_updates true
app 'Ring.app'
end