homebrew-cask/Casks/qtox.rb

13 lines
399 B
Ruby
Raw Normal View History

2016-06-09 06:25:02 +08:00
cask 'qtox' do
2018-04-20 05:08:18 +08:00
version '1.15.0'
2018-05-17 07:15:45 +08:00
sha256 '75a07a73dbc3eab13c853e9754e9c4c5dd8b17234ff8b215efb352736f99330b'
2016-07-05 05:36:48 +08:00
2017-07-20 12:55:34 +08:00
# github.com/qTox/qTox was verified as official when first introduced to the cask
url "https://github.com/qTox/qTox/releases/download/v#{version}/qTox.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/qTox/qTox/releases.atom'
2016-06-09 06:25:02 +08:00
name 'qTox'
homepage 'https://qtox.github.io/'
app 'qTox.app'
end