homebrew-cask/Casks/utox.rb

14 lines
497 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'utox' do
version '0.9.8'
sha256 'a004c4bb1b01963fa910482bf6631a1f3a5c60ebf575259c168f5d95f38356eb'
2015-12-04 22:43:58 +08:00
# 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',
2017-05-20 19:00:36 +08:00
checkpoint: '3ac9e7a194c722a871e25415c165dbe8b6fe9e3930a94bee38b66846e1beaea6'
2015-12-04 22:43:58 +08:00
name 'uTox'
homepage 'https://www.tox.chat/'
2015-12-04 22:43:58 +08:00
app 'uTox.app'
end