mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
9 lines
197 B
Ruby
9 lines
197 B
Ruby
class Tresorit < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://installerstorage.blob.core.windows.net/install/Tresorit.dmg'
|
|
homepage 'http://tresorit.com'
|
|
|
|
link 'Tresorit.app'
|
|
end
|