homebrew-cask/Casks/qtox.rb

14 lines
488 B
Ruby
Raw Normal View History

2016-06-09 06:25:02 +08:00
cask 'qtox' do
2016-10-24 01:49:44 +08:00
version '1.5.1'
sha256 '44c05f1768e120716b92c96e956523cdc0144ff37b4f68a3fc8556e382864df7'
2016-07-05 05:36:48 +08:00
# github.com/tux3/qTox was verified as official when first introduced to the cask
2016-06-09 06:25:02 +08:00
url "https://github.com/tux3/qTox/releases/download/v#{version}/qTox.dmg"
appcast 'https://github.com/tux3/qtox/releases.atom',
2016-10-24 01:49:44 +08:00
checkpoint: 'e52d46cfa1c375744a0c5628f721c9ba9f91b967344d964d4122def35f42afd2'
2016-06-09 06:25:02 +08:00
name 'qTox'
homepage 'https://qtox.github.io/'
app 'qTox.app'
end