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.58.14 "
4+ version "0.58.15 "
55 license "MIT"
66
77 depends_on :macos
88
99 if Hardware ::CPU . arm?
10- url "https://github.com/openbootdotdev/openboot/releases/download/v0.58.14 /openboot-darwin-arm64"
11- sha256 "a6befd321707dbdae23e1ad3f4e4cb9722b8c6fa0ad5b2cef6ec58b66f947e4c "
10+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.58.15 /openboot-darwin-arm64"
11+ sha256 "e4f139624758de618a456a7cd9835fdec8c1d673398ef729d81e36b31862728c "
1212 else
13- url "https://github.com/openbootdotdev/openboot/releases/download/v0.58.14 /openboot-darwin-amd64"
14- sha256 "5ed5b1e48a2a9d1ad54835bc46764f65fa252f4207bf2eec60c48b9ecb527cb7 "
13+ url "https://github.com/openbootdotdev/openboot/releases/download/v0.58.15 /openboot-darwin-amd64"
14+ sha256 "f74ca8cafad5ba8e9a9551eccf7292ec167071771b151db68fd6133a701bda20 "
1515 end
1616
1717 def install
You can’t perform that action at this time.
0 commit comments