homebrew-cask/Casks/protonet.rb

14 lines
474 B
Ruby
Raw Normal View History

2015-05-01 23:52:16 +08:00
cask :v1 => 'protonet' do
version :latest
sha256 :no_check
url 'http://clients.protonet.info/osx/Protonet.dmg'
name 'Protonet'
2015-05-27 01:50:22 +08:00
appcast 'http://clients.protonet.info/osx/stable/appcast.xml',
:sha256 => '592f270de11c6ef85081388c2c23d89808654db75a3cd144373c2f656c308e2e'
2015-05-01 23:52:16 +08:00
homepage 'http://clients.protonet.info/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Protonet.app'
end