mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
22 lines
535 B
Ruby
22 lines
535 B
Ruby
cask "encryptr" do
|
|
version "2.1.0"
|
|
sha256 :no_check
|
|
|
|
url "https://spideroak.com/release/Encryptr/osx",
|
|
verified: "spideroak.com/"
|
|
name "SpiderOak Encryptr"
|
|
desc "Zero-knowledge cloud-based password manager"
|
|
homepage "https://spideroak.support/hc/en-us/categories/115000424503-Encryptr-Password-Manager"
|
|
|
|
app "Encryptr.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Preferences/org.devgeeks.encryptr.plist",
|
|
"~/Library/Saved Application State/org.devgeeks.encryptr.savedState",
|
|
]
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|