homebrew-cask/Casks/k/keysafe.rb

18 lines
546 B
Ruby

cask "keysafe" do
version "1.5.0"
sha256 "7a47630e6fc0b83de0640aeb355907bd89d29fb0185e1398d66e08dabc1ded40"
url "https://miln.eu/keysafe/miln-keysafe-v#{version}-darwin-universal.zip"
name "Keysafe"
desc "Read and decrypt Apple Keychain files"
homepage "https://miln.eu/keysafe"
livecheck do
url "https://miln.eu/keysafe/miln-keysafe-darwin-universal.zip"
regex(/miln-keysafe[._-]v?(\d+(?:\.\d+)+)-darwin-universal\.zip/i)
strategy :header_match
end
binary "miln-keysafe-v#{version}-darwin-universal/keysafe"
end