homebrew-cask/Casks/winds.rb

13 lines
452 B
Ruby
Raw Normal View History

2018-06-20 22:01:37 +08:00
cask 'winds' do
2018-09-16 19:53:29 +08:00
version '2.1.174'
sha256 '53a316dc6a229b290eadc088376925d88f59777f73c8d153f74b282c8a41d906'
2018-06-20 22:01:37 +08:00
# s3.amazonaws.com was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/winds-#{version.major}.0-releases/releases/Winds-#{version}.dmg"
appcast "https://s3.amazonaws.com/winds-#{version.major}.0-releases/latest.html"
name 'Winds'
homepage 'https://getstream.io/winds/'
app 'Winds.app'
end