Files
homebrew-cask/Casks/c/checkra1n.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

17 lines
461 B
Ruby

cask "checkra1n" do
version "0.12.4"
sha256 "754bb6ec4747b2e700f01307315da8c9c32c8b5816d0fe1e91d1bdfc298fe07b"
url "https://checkra.in/assets/downloads/macos/#{sha256}/checkra1n%20beta%20#{version}.dmg"
name "checkra1n"
desc "Jailbreak for iPhone 5s through iPhone X, iOS 12.0 and up"
homepage "https://checkra.in/"
livecheck do
url :homepage
regex(%r{href=.*?/checkra1n%20beta%20(\d+(?:\.\d+)+)\.dmg}i)
end
app "checkra1n.app"
end