Files
homebrew-cask/Casks/k/keysafe.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

18 lines
546 B
Ruby

cask "keysafe" do
version "1.3.0"
sha256 "0294b76878086e412bcae4c683271328f2df41abe7912d320e79d6483da7bda7"
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