Skip to content

Commit f2cdb6d

Browse files
chore: bump openboot to 0.61.1
1 parent 929490e commit f2cdb6d

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.2"
4+
version "0.61.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.2/openboot-darwin-arm64"
11-
sha256 "4c2e132953e76346c20d60e2cc92a5aee3730256bfbd2b6945964a238a70d658"
10+
url "https://github.com/openbootdotdev/openboot/releases/download/v0.61.1/openboot-darwin-arm64"
11+
sha256 "528adaf074056d56e426dac00fd1a29f0e505898013a26104cf193e71152f4ec"
1212
else
13-
url "https://github.com/openbootdotdev/openboot/releases/download/v0.60.2/openboot-darwin-amd64"
14-
sha256 "27fc2dc981ddb172754996a4e825e335470a18ff7821bb1a1e4e08e76e27d25b"
13+
url "https://github.com/openbootdotdev/openboot/releases/download/v0.61.1/openboot-darwin-amd64"
14+
sha256 "61acf59d5ffc536bd0eaa9dff36ded8c6c5e4bc241c7a51676951acf79b19318"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)