homebrew-cask/Casks/e/enpass.rb

28 lines
791 B
Ruby

cask "enpass" do
version "6.11.0.1677"
sha256 "87c566df3e3af503f0b85e05f23c366e8941f09397e5a4668904cb8a38e843f8"
url "https://dl.enpass.io/stable/mac/package/#{version}/Enpass.pkg"
name "Enpass"
desc "Password and credentials manager"
homepage "https://www.enpass.io/"
livecheck do
url "https://www.enpass.io/download/macos/website/stable"
strategy :header_match
end
depends_on macos: ">= :sierra"
pkg "Enpass.pkg"
uninstall pkgutil: "in.sinew.Enpass-Desktop.App"
zap trash: [
"~/Library/Caches/com.plausiblelabs.crashreporter.data/in.sinew.Enpass-Desktop",
"~/Library/Caches/in.sinew.Enpass-Desktop",
"~/Library/Preferences/in.sinew.Enpass-Desktop.plist",
"~/Library/Saved Application State/in.sinew.Enpass-Desktop.savedState",
]
end