homebrew-cask/Casks/utox.rb

15 lines
529 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'utox' do
2016-07-30 01:32:39 +08:00
version '0.9.7'
sha256 'cec9cc990ad058159b843e3b6bd5e8e9fa7b33dbfd1b3895fbb1cfde8b9defc3'
2015-12-04 22:43:58 +08:00
2016-03-22 03:47:35 +08:00
# github.com/GrayHatter/uTox was verified as official when first introduced to the cask
url "https://github.com/GrayHatter/uTox/releases/download/v#{version}/uTox-#{version}.dmg"
appcast 'https://github.com/GrayHatter/uTox/releases.atom',
2016-07-30 01:32:39 +08:00
checkpoint: '9061a5db2d3ceb5c63d33c519a31f612d4d348ec2ec2a8e66983040151c23374'
2015-12-04 22:43:58 +08:00
name 'uTox'
homepage 'https://www.tox.chat'
license :oss
app 'uTox.app'
end