homebrew-cask/Casks/protonet.rb

14 lines
543 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'protonet' do
2016-01-09 08:54:09 +08:00
version '1.6.3023'
sha256 'ffb5e0e87160a470a5ba695fd9f5ad720f6450f97a506dddb5ef31bf3e2f5ad8'
2015-05-01 23:52:16 +08:00
2016-01-09 08:54:09 +08:00
url "http://clients.protonet.info/osx/stable/protonet-#{version}.zip"
2015-05-27 01:50:22 +08:00
appcast 'http://clients.protonet.info/osx/stable/appcast.xml',
checkpoint: 'a569e738ec99b7a684dbf2859f54bb57689b2a7c9df8b8d9c5865bfb5364cad3'
name 'Protonet'
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
2015-05-01 23:52:16 +08:00
app 'Protonet.app'
end