homebrew-cask/Casks/tresorit.rb

13 lines
410 B
Ruby
Raw Normal View History

2014-11-14 01:27:13 +08:00
cask :v1 => 'tresorit' do
2014-09-17 19:43:06 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-19 10:54:00 +08:00
# windows.net is the official download host per the vendor homepage
url 'https://installerstorage.blob.core.windows.net/public/install/Tresorit.dmg'
2015-01-10 05:14:14 +08:00
name 'Tresorit'
homepage 'http://tresorit.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:31 +08:00
app 'Tresorit.app'
end