mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
11 lines
318 B
Ruby
11 lines
318 B
Ruby
cask "dwihn0r-keepassx" do
|
|
version "0.4.4"
|
|
sha256 "53ae446d458ef0ab6dae268ba17b0eb9779959f3f821552de89122bd434769e2"
|
|
|
|
url "https://github.com/dwihn0r/keepassx/releases/download/v#{version}/KeePassX-#{version}-OSX.zip"
|
|
name "KeePassX"
|
|
homepage "https://github.com/dwihn0r/keepassx/"
|
|
|
|
app "KeePassX.app"
|
|
end
|