Skip to content

Commit b32d7ab

Browse files
committed
chore: sha256sums for 0.7.5
1 parent 384daf3 commit b32d7ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Casks/codeflare.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "0.7.4"
2+
version "0.7.5"
33

44
name "CodeFlare"
55
desc "CLI for Project CodeFlare"
66
homepage "https://github.com/project-codeflare/codeflare-cli"
77

88
if Hardware::CPU.intel?
99
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
10-
sha256 "789a738294377ec757812675a5bb7b4c1d0ecd2fcb9790efd6769849ed87e370"
10+
sha256 "0eda82f312b5dc6565ba6cacbb7704d121c5a3e7b07be935bc91e85c2101bc59"
1111
app "CodeFlare-darwin-x64/CodeFlare.app"
1212
else
1313
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
14-
sha256 "72f59aff9a692de256a525aab8f68ca24cb13892ee48e7fde6c23aa56f7400a3"
14+
sha256 "7592cfd7e35a63a933da8251892b15a6897bc4e6ed3625a3288ff678fa2d640d"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)