homebrew-cask/Casks/riot.rb

13 lines
405 B
Ruby
Raw Normal View History

2016-12-23 19:56:15 +08:00
cask 'riot' do
2017-02-07 07:27:29 +08:00
version '0.9.7'
sha256 '8586274e4e3a48b227884e170b9b626b4c662ddf6d808e189bf07f86fd86ae53'
2016-12-23 19:56:15 +08:00
url "https://riot.im/download/desktop/install/macos/Riot-#{version}.dmg"
appcast 'https://github.com/vector-im/riot-web/releases.atom',
2017-02-07 07:27:29 +08:00
checkpoint: '16f57186dedac3c4c36adbfbe3464af71770d017b5d8fbc864634a0b4cb86f1b'
2016-12-23 19:56:15 +08:00
name 'Riot'
2016-12-25 07:34:06 +08:00
homepage 'https://riot.im/'
2016-12-23 19:56:15 +08:00
app 'Riot.app'
end