Skip to content

Commit d4bd669

Browse files
chore: bump openboot to 0.60.1
1 parent 1c33e16 commit d4bd669

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

0 commit comments

Comments
 (0)