Skip to content

Commit 267efef

Browse files
author
openclaw-bot
committed
brew: update crabbox to v0.17.1
1 parent 5fc45c6 commit 267efef

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,21 +5,21 @@
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.17.0"
8+
version "0.17.1"
99
license "MIT"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/openclaw/crabbox/releases/download/v0.17.0/crabbox_0.17.0_darwin_amd64.tar.gz"
14-
sha256 "99fe64f24262df2ffa55f1635f2fabce14d7e8780a53532ccee98a3d3f4aa85d"
13+
url "https://github.com/openclaw/crabbox/releases/download/v0.17.1/crabbox_0.17.1_darwin_amd64.tar.gz"
14+
sha256 "ff32ba06a0fc8da816112d9c14d87f9205769aeb00681d60bc65238ee54f9dac"
1515

1616
define_method(:install) do
1717
bin.install "crabbox"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://github.com/openclaw/crabbox/releases/download/v0.17.0/crabbox_0.17.0_darwin_arm64.tar.gz"
22-
sha256 "c7d971310e27a2cf213b6b28c54135f989137ca9806355134b85e9465599a875"
21+
url "https://github.com/openclaw/crabbox/releases/download/v0.17.1/crabbox_0.17.1_darwin_arm64.tar.gz"
22+
sha256 "d972db52de551040cf8510b262fc11f120efdf4653fb22710deb8faf4e2a205e"
2323

2424
define_method(:install) do
2525
bin.install "crabbox"
@@ -29,15 +29,15 @@ class Crabbox < Formula
2929

3030
on_linux do
3131
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
32-
url "https://github.com/openclaw/crabbox/releases/download/v0.17.0/crabbox_0.17.0_linux_amd64.tar.gz"
33-
sha256 "7ea0ae3680e3405190b830469ee7740e7b78641de2274d9b441b4aacef8b539b"
32+
url "https://github.com/openclaw/crabbox/releases/download/v0.17.1/crabbox_0.17.1_linux_amd64.tar.gz"
33+
sha256 "3c41839257e4622e28bcec8b0f0153f19d78d436fd548894a7c7d7726d922611"
3434
define_method(:install) do
3535
bin.install "crabbox"
3636
end
3737
end
3838
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
39-
url "https://github.com/openclaw/crabbox/releases/download/v0.17.0/crabbox_0.17.0_linux_arm64.tar.gz"
40-
sha256 "2b7dda4dcf7ed6105835f5c016963e48ed31bb70c477027f486064614aedfeae"
39+
url "https://github.com/openclaw/crabbox/releases/download/v0.17.1/crabbox_0.17.1_linux_arm64.tar.gz"
40+
sha256 "4bf87a0d2365441ee2f8cb34183cfd9ebeb065111697eb2d8dc867b3a627fdd2"
4141
define_method(:install) do
4242
bin.install "crabbox"
4343
end

0 commit comments

Comments
 (0)