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-07-21 08:36:36 +08:00
version '1.16.3'
sha256 'c11fb1063b4985a42d19f07ee8704b30b287a2a88a37752c102bf8a91a81f209'
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