File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Ox < Formula
22 desc "Run AI coding agents in isolated sandboxes"
33 homepage "https://ox.build"
4- version "0.16.5 "
4+ version "0.17.0 "
55 license "Apache-2.0"
66
77 on_macos do
88 on_arm do
99 url "https://github.com/timescale/ox/releases/download/v#{ version } /ox-darwin-arm64"
10- sha256 "713843b0843038b86b3ba1a15b6cae5c266a65b949cc87dfc6341d8538de09b5 "
10+ sha256 "ac52a6f80412048b7b5d4eded02d40f2dc60939b8f2787ebb7e676afacba56c8 "
1111 end
1212 end
1313
1414 on_linux do
1515 on_arm do
1616 url "https://github.com/timescale/ox/releases/download/v#{ version } /ox-linux-arm64"
17- sha256 "2478c8fc638c7e62f713ee73f889decb6cd457e0b5edaafcd4f17c13013eeacf "
17+ sha256 "18e64da021d7890e2f45a7be1843dda1aa6ebae098d112c0e5ee063591621987 "
1818 end
1919 on_intel do
2020 url "https://github.com/timescale/ox/releases/download/v#{ version } /ox-linux-x64"
21- sha256 "88d19df1fd250d3c2da6b55835e2d9669c2c0fb3f416026b1f6b4807e60f7257 "
21+ sha256 "04e2c513ae15fa582a54c8cba6629c8ee001458954c52deb722f961bf0d851a1 "
2222 end
2323 end
2424
You can’t perform that action at this time.
0 commit comments