Skip to content

Commit fc5c956

Browse files
chore: bump openboot to 0.54.0
1 parent a8f1e8b commit fc5c956

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/openboot.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class 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

0 commit comments

Comments
 (0)