Files
homebrew-cask/Casks/c/cryptr.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
558 B
Ruby

cask "cryptr" do
version "0.5.0"
sha256 "eb2164ef6fca0df2dc7c61611393e1233d15dce946aa6a09042ff03a8abdf087"
url "https://github.com/adobe/cryptr/releases/download/v#{version}/Cryptr-#{version}.dmg"
name "Cryptr"
desc "GUI for Hashicorp's Vault"
homepage "https://github.com/adobe/cryptr"
livecheck do
url :url
strategy :github_latest
end
app "Cryptr.app"
zap trash: [
"~/Library/Application Support/cryptr",
"~/Library/Preferences/io.cryptr.plist",
"~/Library/Saved Application State/io.cryptr.savedState",
]
end