Skip to content

Commit 37c87b7

Browse files
committed
Brew cask update for compozy version v0.0.5
1 parent 1bf6660 commit 37c87b7

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Casks/compozy.rb

Lines changed: 9 additions & 11 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.4"
5+
version "0.0.5"
66

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

1313
on_macos do
1414
on_intel do
15-
url "https://github.com/compozy/compozy/releases/download/v0.0.4/compozy_0.0.4_darwin_x86_64.tar.gz"
16-
sha256 "4a524d42a4ed7ce640dc9612e8d09e85da126c8020b768d39d92523b2ec83d94"
15+
url "https://github.com/compozy/compozy/releases/download/v0.0.5/compozy_0.0.5_darwin_x86_64.tar.gz"
16+
sha256 "ab01c6aed322f9106dc0a89476f22d975a7b9f6f6d857bb4e3fd31b0282ae580"
1717
end
1818
on_arm do
19-
url "https://github.com/compozy/compozy/releases/download/v0.0.4/compozy_0.0.4_darwin_arm64.tar.gz"
20-
sha256 "fb483c54a0a0278e43b30c700ad528923c0bbf3f360dffadfd9f3b8d6a63d77e"
19+
url "https://github.com/compozy/compozy/releases/download/v0.0.5/compozy_0.0.5_darwin_arm64.tar.gz"
20+
sha256 "0ffe319dea862d847e19427debe6a77747d6705a3018f0fe0d0ba16be010cd6e"
2121
end
2222
end
2323

2424
on_linux do
2525
on_intel do
26-
url "https://github.com/compozy/compozy/releases/download/v0.0.4/compozy_0.0.4_linux_x86_64.tar.gz"
27-
sha256 "e47532c800eb0697a5b81048981cda0cfb9eafef2590700d059778efa0dbb59d"
26+
url "https://github.com/compozy/compozy/releases/download/v0.0.5/compozy_0.0.5_linux_x86_64.tar.gz"
27+
sha256 "ea2eb12226c98cfb9a34dde44928db8b9f6815f88bb9bbb7cf934c1d1e82ad49"
2828
end
2929
on_arm do
30-
url "https://github.com/compozy/compozy/releases/download/v0.0.4/compozy_0.0.4_linux_arm64.tar.gz"
31-
sha256 "9b6dcf2694413522e2ce8c3f62d49e8627badbcb36aae167fe5175b7ba6db62d"
30+
url "https://github.com/compozy/compozy/releases/download/v0.0.5/compozy_0.0.5_linux_arm64.tar.gz"
31+
sha256 "423e11e93fb3680f6e95c408f64efbc60359c85ef66e1fbc96a20e02b9659b21"
3232
end
3333
end
3434

3535
caveats do
3636
"To get started with Compozy, you need to:"
37-
""
3837
"1. Set up the required environment variables"
3938
"2. Configure your first workflow"
40-
""
4139
"See https://github.com/compozy/compozy for more information."
4240
end
4341

0 commit comments

Comments
 (0)