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.0 "
4+ version "0.60.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.0 /openboot-darwin-arm64"
11- sha256 "59430cba1c8568b9d3450cadabbf5e0bcb573965e3995d4e8e8e171c38aa1590 "
10+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.60.1 /openboot-darwin-arm64"
11+ sha256 "f5fa14078f8e45ba5bc0eb263d015b22e403f4a25b000b5651cf6abea55954ef "
1212 else
13- url "https://github.com/openbootdotdev/openboot/releases/download/v0.60.0 /openboot-darwin-amd64"
14- sha256 "8bfe9a8d746dcaca6a6ff577e281612ca3e2362496c957f4c86690f9706baf19 "
13+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.60.1 /openboot-darwin-amd64"
14+ sha256 "434a0c45dcfa7fa5fc806c2d6f304b5d66cbe83d269793433d543a28f9bc4cd1 "
1515 end
1616
1717 def install
You can’t perform that action at this time.
0 commit comments