Add cask Maestral v1.4.5 (#107842)

This commit is contained in:
Frank Louwers 2021-06-29 14:12:12 +02:00 committed by GitHub
parent 757cba3f5a
commit 1572962f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
Casks/maestral.rb Normal file
View File

@ -0,0 +1,19 @@
cask "maestral" do
version "1.4.5"
sha256 "0abeef70e6dc841ad181e3ebbdbfdb835642d9ece9004bcd74217d8f16ff8810"
url "https://github.com/SamSchott/maestral/releases/download/v#{version}/Maestral-#{version}.dmg",
verified: "github.com/SamSchott/maestral"
name "Maestral"
desc "Open-source Dropbox client"
homepage "https://maestral.app/"
app "Maestral.app"
zap trash: [
"~/Library/Application Support/maestral",
"~/Library/LaunchAgents/com.samschott.maestral.maestral.plist",
"~/Library/Logs/maestral",
"~/Library/Preferences/com.samschott.maestral.plist",
]
end