homebrew-cask/Casks/utox.rb

15 lines
511 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',
checkpoint: 'eee22a515c835b9a12c6dfc727a144227c27ec56d1b613a46362c8927b333a4a'
2015-12-04 22:43:58 +08:00
name 'uTox'
homepage 'https://www.tox.chat'
license :oss
app 'uTox.app'
end