Skip to content

Commit 7c102a9

Browse files
committed
Brew cask update for compozy version v0.1.7
1 parent 586c3f2 commit 7c102a9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Casks/compozy.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# This file was generated by GoReleaser. DO NOT EDIT.
22
cask "compozy" do
3-
version "0.1.6"
3+
version "0.1.7"
44

55
on_macos do
66
on_intel do
77
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_darwin_x86_64.tar.gz"
8-
sha256 "ca3dee3e51a800aea8b25843c46cb8e61ab65246e6037c6950249dd273a8e3b6"
9-
rename "compozy_0.1.6_darwin_x86_64/compozy", "compozy"
8+
sha256 "66e9607c4c59db2717532196f1a9b37957e6deb3cb79507651930da146046619"
9+
rename "compozy_0.1.7_darwin_x86_64/compozy", "compozy"
1010
end
1111
on_arm do
1212
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_darwin_arm64.tar.gz"
13-
sha256 "ae5a5962cb6f4eb8f7749092e00084d9432c9f53426a7ee2b437a81f7822520d"
14-
rename "compozy_0.1.6_darwin_arm64/compozy", "compozy"
13+
sha256 "f896320cad71f167672187dfd39f90872b6440624e6371e6fa1075660c71100b"
14+
rename "compozy_0.1.7_darwin_arm64/compozy", "compozy"
1515
end
1616
end
1717

1818
on_linux do
1919
on_intel do
2020
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_linux_x86_64.tar.gz"
21-
sha256 "eaec0ad0fc33bb2821b90d9f96d483edc30b1f5e064f04ffbc6a72193aee69af"
22-
rename "compozy_0.1.6_linux_x86_64/compozy", "compozy"
21+
sha256 "48f65c1e483f55206ebdcd7bb497fbb964b570b53a99f15e824c6923a0ea88e7"
22+
rename "compozy_0.1.7_linux_x86_64/compozy", "compozy"
2323
end
2424
on_arm do
2525
url "https://github.com/compozy/compozy/releases/download/v#{version}/compozy_#{version}_linux_arm64.tar.gz"
26-
sha256 "5e36dddb31320c70fded3bdff5ca4bfa2923c7291cc145a8f43fd12044dea7fe"
27-
rename "compozy_0.1.6_linux_arm64/compozy", "compozy"
26+
sha256 "79567d81480a8873b1cad5f704a73cdcfddfe2577034723d8bf4a9ec8c0bdd7a"
27+
rename "compozy_0.1.7_linux_arm64/compozy", "compozy"
2828
end
2929
end
3030

0 commit comments

Comments
 (0)