Files
homebrew-cask/Casks/c/criptext.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
513 B
Ruby

cask "criptext" do
version "0.31.0,2.0.82"
sha256 :no_check
url "https://cdn.criptext.com/Criptext-Email-Desktop/mac/Criptext-latest.dmg"
name "Criptext"
desc "Email service that's built around privacy"
homepage "https://criptext.com/"
livecheck do
url :url
strategy :extract_plist
end
app "Criptext.app"
zap trash: [
"~/Library/Application Support/Criptext",
"~/Library/Logs/Criptext",
"~/Library/Saved Application State/com.criptext.criptextmail.savedState",
]
end