Skip to content

Commit 8a979b7

Browse files
ox 0.17.0
1 parent 7e5d184 commit 8a979b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ox.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
class 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

0 commit comments

Comments
 (0)