homebrew-cask/Casks/qtox.rb

14 lines
489 B
Ruby

cask 'qtox' do
version '1.15.0'
sha256 '75a07a73dbc3eab13c853e9754e9c4c5dd8b17234ff8b215efb352736f99330b'
# 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"
appcast 'https://github.com/qTox/qTox/releases.atom',
checkpoint: '41a7c64bb401642f7062f7df2e3e675ad1fce6ef1e9c932872aa4d94f8dedb0a'
name 'qTox'
homepage 'https://qtox.github.io/'
app 'qTox.app'
end