homebrew-cask/Casks/utox.rb

14 lines
498 B
Ruby

cask 'utox' do
version '0.17.0'
sha256 '4ca786a57fdd8f50f210f7ff58c1e7bfd5b9d0575af3d24a7536c1817c8d0232'
# github.com/uTox/uTox was verified as official when first introduced to the cask
url "https://github.com/uTox/uTox/releases/download/v#{version}/uTox.#{version}.dmg"
appcast 'https://github.com/uTox/uTox/releases.atom',
checkpoint: '5518c883226073b31f1dbfad28658d0ebd22cf86c690de35d9fbe84928bbd92b'
name 'uTox'
homepage 'https://www.tox.chat/'
app 'uTox.app'
end