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

15 lines
570 B
Ruby

cask "keystore-explorer" do
version "5.5.2"
sha256 "5ef7573cda01e3db0d8ffc0e285634b600011ae0b0ea307355bb844a99dc3b5a"
url "https://github.com/kaikramer/keystore-explorer/releases/download/v#{version}/kse-#{version.no_dots}.dmg",
verified: "github.com/kaikramer/keystore-explorer/"
name "KeyStore Explorer"
desc "GUI replacement for the Java command-line utilities keytool and jarsigner"
homepage "https://keystore-explorer.org/"
app "KeyStore Explorer.app"
zap trash: "~/Library/Saved Application State/org.kse.keystore-explorer.savedState"
end