File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Openboot < Formula
22 desc "Set up your macOS dev environment in one command"
33 homepage "https://openboot.dev"
4- version "0.53 .0"
4+ version "0.54 .0"
55 license "MIT"
66
77 depends_on :macos
88
99 if Hardware ::CPU . arm?
10- url "https://github.com/openbootdotdev/openboot/releases/download/v0.53 .0/openboot-darwin-arm64"
11- sha256 "c30956b3b7612709d9c0734ca9345bad0526715d5dd88ea3995dcf3f48a55aaa "
10+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.54 .0/openboot-darwin-arm64"
11+ sha256 "43cfc8781935f856182eb13ed90f97bd4605dd7825c1afba89ade435d8cf7e87 "
1212 else
13- url "https://github.com/openbootdotdev/openboot/releases/download/v0.53 .0/openboot-darwin-amd64"
14- sha256 "d814bdd2a95c531012f09e66efc575711a8e3d878221479914da81ce8faaa7da "
13+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.54 .0/openboot-darwin-amd64"
14+ sha256 "2df177663b176791e33c79868b187d77af49f66d13a04d0f026a309687aec3ac "
1515 end
1616
1717 def install
You can’t perform that action at this time.
0 commit comments