Skip to content

Commit 1a90a88

Browse files
committed
Brew cask update for compozy version v0.0.9
1 parent 8e0259c commit 1a90a88

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Casks/compozy.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cask "compozy" do
33
desc "Next-level Agentic Orchestration Platform"
44
homepage "https://github.com/compozy/compozy"
5-
version "0.0.8"
5+
version "0.0.9"
66

77
livecheck do
88
skip "Auto-generated on release."
@@ -12,23 +12,23 @@
1212

1313
on_macos do
1414
on_intel do
15-
url "https://github.com/compozy/compozy/releases/download/v0.0.8/compozy_0.0.8_darwin_x86_64.tar.gz"
16-
sha256 "1274219db420f42e5978280860ed590aa618a8b50326a47ebc90b0045d048b4b"
15+
url "https://github.com/compozy/compozy/releases/download/v0.0.9/compozy_0.0.9_darwin_x86_64.tar.gz"
16+
sha256 "336cf191f3a45b69e8260dd3ff547a84100ae010edad6d130f0fbf29b3b653a5"
1717
end
1818
on_arm do
19-
url "https://github.com/compozy/compozy/releases/download/v0.0.8/compozy_0.0.8_darwin_arm64.tar.gz"
20-
sha256 "93bc1f51af2c8bc7dcbb6e3202704c439bec514be4605dd6302926c063377ac2"
19+
url "https://github.com/compozy/compozy/releases/download/v0.0.9/compozy_0.0.9_darwin_arm64.tar.gz"
20+
sha256 "6fa2a26475e3c9da6d13e750b6eb8f6f737d84c9ee9b9265329ac0bb0b2b62b3"
2121
end
2222
end
2323

2424
on_linux do
2525
on_intel do
26-
url "https://github.com/compozy/compozy/releases/download/v0.0.8/compozy_0.0.8_linux_x86_64.tar.gz"
27-
sha256 "0e9e3c224debd305cd2f826c7ac6335e67763bb380cb55f544e237a5c9903376"
26+
url "https://github.com/compozy/compozy/releases/download/v0.0.9/compozy_0.0.9_linux_x86_64.tar.gz"
27+
sha256 "5d92cb8d492275a1959ebcaf8368223161bee2e217e05c297bb167dff0dc750b"
2828
end
2929
on_arm do
30-
url "https://github.com/compozy/compozy/releases/download/v0.0.8/compozy_0.0.8_linux_arm64.tar.gz"
31-
sha256 "fda95663b7f0f6751e440fa969874db523d891942c6972cd38a19c18aefdace1"
30+
url "https://github.com/compozy/compozy/releases/download/v0.0.9/compozy_0.0.9_linux_arm64.tar.gz"
31+
sha256 "01e8bcd2d5058b571fdbeb351d26835f05e7a8df9043175ad4c95bbdc3bd7005"
3232
end
3333
end
3434

0 commit comments

Comments
 (0)