Skip to content

Commit b9277e1

Browse files
chore: bump openboot to 0.58.15
1 parent 93d9b4a commit b9277e1

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.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

0 commit comments

Comments
 (0)