Skip to content

Commit da9e128

Browse files
author
openclaw-bot
committed
brew: update crabbox to v0.31.0
1 parent 0162623 commit da9e128

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/crabbox.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
class Crabbox < Formula
66
desc "Remote Linux test boxes for dirty worktrees and CI hydration"
77
homepage "https://github.com/openclaw/crabbox"
8-
version "0.30.0"
8+
version "0.31.0"
99
license "MIT"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/openclaw/crabbox/releases/download/v0.30.0/crabbox_0.30.0_darwin_amd64.tar.gz"
14-
sha256 "209a44527071c3c72cdb183942ffa1d9688786bd8635d802924f4c552884f9d9"
13+
url "https://github.com/openclaw/crabbox/releases/download/v0.31.0/crabbox_0.31.0_darwin_amd64.tar.gz"
14+
sha256 "fa78bbecf9580c5810009203b98ffa62d072169dc9ac5e8e84f667293dda5f0a"
1515

1616
define_method(:install) do
1717
bin.install "crabbox"
1818
bin.install "crabbox-apple-vz-helper" if OS.mac? && Hardware::CPU.arm?
1919
end
2020
end
2121
if Hardware::CPU.arm?
22-
url "https://github.com/openclaw/crabbox/releases/download/v0.30.0/crabbox_0.30.0_darwin_arm64.tar.gz"
23-
sha256 "28fea6de303ecfaf5227c4c1068d4ceb69c4f60415a1b37ad45e806aff8e9bd8"
22+
url "https://github.com/openclaw/crabbox/releases/download/v0.31.0/crabbox_0.31.0_darwin_arm64.tar.gz"
23+
sha256 "bbed92150b2e4f0a89e12c7f5c61e2be6e9b8e395bcaa5257be764cc92342acc"
2424

2525
define_method(:install) do
2626
bin.install "crabbox"
@@ -31,16 +31,16 @@ class Crabbox < Formula
3131

3232
on_linux do
3333
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
34-
url "https://github.com/openclaw/crabbox/releases/download/v0.30.0/crabbox_0.30.0_linux_amd64.tar.gz"
35-
sha256 "83709091f3ace412ab2823c1e8315204be84c44973b35beec140daf632b9e340"
34+
url "https://github.com/openclaw/crabbox/releases/download/v0.31.0/crabbox_0.31.0_linux_amd64.tar.gz"
35+
sha256 "c5c1e0247530f921b467d1e5acb16007928f63fb5b68a00ea324f82fa3a10988"
3636
define_method(:install) do
3737
bin.install "crabbox"
3838
bin.install "crabbox-apple-vz-helper" if OS.mac? && Hardware::CPU.arm?
3939
end
4040
end
4141
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
42-
url "https://github.com/openclaw/crabbox/releases/download/v0.30.0/crabbox_0.30.0_linux_arm64.tar.gz"
43-
sha256 "0e4402137d5f38ed33938447bd00349cf268b8bc18e3fe25fd7be71a7464b91a"
42+
url "https://github.com/openclaw/crabbox/releases/download/v0.31.0/crabbox_0.31.0_linux_arm64.tar.gz"
43+
sha256 "d8f26dc12ad4e4a4d5347fb63f89f00ee679617ef8f97ec7e4e807dee71ec6ab"
4444
define_method(:install) do
4545
bin.install "crabbox"
4646
bin.install "crabbox-apple-vz-helper" if OS.mac? && Hardware::CPU.arm?

0 commit comments

Comments
 (0)