Files
homebrew-cask/Casks/j/joker.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
286 B
Ruby

cask "joker" do
version :latest
sha256 :no_check
url "http://newosxbook.com/tools/joker.tar"
name "Joker iOS kernelcache handling utility"
homepage "http://newosxbook.com/tools/joker.html"
binary "joker.universal", target: "joker"
caveats do
discontinued
end
end