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.60.2 "
4+ version "0.61.1 "
55 license "MIT"
66
77 depends_on :macos
88
99 if Hardware ::CPU . arm?
10- url "https://github.com/openbootdotdev/openboot/releases/download/v0.60.2 /openboot-darwin-arm64"
11- sha256 "4c2e132953e76346c20d60e2cc92a5aee3730256bfbd2b6945964a238a70d658 "
10+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.61.1 /openboot-darwin-arm64"
11+ sha256 "528adaf074056d56e426dac00fd1a29f0e505898013a26104cf193e71152f4ec "
1212 else
13- url "https://github.com/openbootdotdev/openboot/releases/download/v0.60.2 /openboot-darwin-amd64"
14- sha256 "27fc2dc981ddb172754996a4e825e335470a18ff7821bb1a1e4e08e76e27d25b "
13+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.61.1 /openboot-darwin-amd64"
14+ sha256 "61acf59d5ffc536bd0eaa9dff36ded8c6c5e4bc241c7a51676951acf79b19318 "
1515 end
1616
1717 def install
You can’t perform that action at this time.
0 commit comments