homebrew-cask/Casks/tresorit.rb

19 lines
489 B
Ruby

cask "tresorit" do
version "3.5.1967.1350,1967"
sha256 :no_check
# installerstorage.blob.core.windows.net/ was verified as official when first introduced to the cask
url "https://installerstorage.blob.core.windows.net/public/install/Tresorit.dmg"
name "Tresorit"
homepage "https://tresorit.com/"
app "Tresorit.app"
uninstall login_item: "Tresorit"
zap trash: [
"~/Library/Application Support/Tresorit",
"~/Library/Preferences/com.tresorit.mac.plist",
]
end