Skip to content

Commit abfbc96

Browse files
committed
Brew cask update for compozy version v0.0.13
1 parent e6414d9 commit abfbc96

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

Casks/compozy.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# This file was generated by GoReleaser. DO NOT EDIT.
22
cask "compozy" do
3+
name "compozy"
34
desc "Next-level Agentic Orchestration Platform"
45
homepage "https://github.com/compozy/compozy"
5-
version "0.0.12"
6+
version "0.0.13"
67

78
livecheck do
89
skip "Auto-generated on release."
@@ -12,23 +13,23 @@
1213

1314
on_macos do
1415
on_intel do
15-
url "https://github.com/compozy/compozy/releases/download/v0.0.12/compozy_0.0.12_darwin_x86_64.tar.gz"
16-
sha256 "d103e1035a8640181c19a9b81077bcebf495a0d07c445cf1581fd0dc9205c362"
16+
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_darwin_x86_64.tar.gz"
17+
sha256 "cf588f6910522396ce9cf9e8adf039a1d0cabe68f6758bb2e8cf203c52437c76"
1718
end
1819
on_arm do
19-
url "https://github.com/compozy/compozy/releases/download/v0.0.12/compozy_0.0.12_darwin_arm64.tar.gz"
20-
sha256 "6152cab94b30cf5b094052a2e39a7db87cec7ae3a4e9cf42fc29da40182bdd74"
20+
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_darwin_arm64.tar.gz"
21+
sha256 "3224a56da9f8eb8a449182dc4561216761153737b81587518aac2692e883623f"
2122
end
2223
end
2324

2425
on_linux do
2526
on_intel do
26-
url "https://github.com/compozy/compozy/releases/download/v0.0.12/compozy_0.0.12_linux_x86_64.tar.gz"
27-
sha256 "428e42b0ea293f1020f4050becd3dfe72b3609256a3f93620482e1ccb2fecd61"
27+
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_linux_x86_64.tar.gz"
28+
sha256 "c7a3e412d2de595d40ede7305a36f405edf3a5635b97d82f25fd01ad11ed69ae"
2829
end
2930
on_arm do
30-
url "https://github.com/compozy/compozy/releases/download/v0.0.12/compozy_0.0.12_linux_arm64.tar.gz"
31-
sha256 "dfec62780746a579a1fe2880c94e817b105c01e97854bf2e0bdd12ddfff5ee51"
31+
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_linux_arm64.tar.gz"
32+
sha256 "6532952b51967f9209564a6afa5b84fa053a0d26df204ea049d59a323c0f08ed"
3233
end
3334
end
3435

0 commit comments

Comments
 (0)