Skip to content

Commit bc95968

Browse files
openboot 0.51.0
1 parent ecaac06 commit bc95968

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

Formula/openboot.rb

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
class Openboot < Formula
22
desc "Set up your macOS dev environment in one command"
33
homepage "https://openboot.dev"
4-
version "0.50.0"
4+
version "0.51.0"
55
license "MIT"
66

77
depends_on :macos
88

9-
if Hardware::CPU.arm?
10-
url "https://github.com/openbootdotdev/openboot/releases/download/v0.50.0/openboot-darwin-arm64"
11-
sha256 "5fc448e4b1c3206bb60070cf14c825f09ad0042f2478d99addea802fdcb40b78"
12-
else
13-
url "https://github.com/openbootdotdev/openboot/releases/download/v0.50.0/openboot-darwin-amd64"
14-
sha256 "3968e13fd9187712f36c28ddd6a7375ef571175392d53dcf459405d0c9613d35"
9+
on_arm do
10+
url "https://github.com/openbootdotdev/openboot/releases/download/v0.51.0/openboot-darwin-arm64"
11+
sha256 "42e24288a0651ed7d522738185a78ce793d71724b79f33ecfe3c8645398d328e"
12+
end
13+
14+
on_intel do
15+
url "https://github.com/openbootdotdev/openboot/releases/download/v0.51.0/openboot-darwin-amd64"
16+
sha256 "39d316f4c1696bae76b3c92433444e7a57c91180187a8c00071e966ef48c7380"
1517
end
1618

1719
def install

0 commit comments

Comments
 (0)