Skip to content

Commit 5eaf102

Browse files
committed
chore: sha256sums for 0.7.6
1 parent 899d839 commit 5eaf102

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.5"
2+
version "0.7.6"
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 "0eda82f312b5dc6565ba6cacbb7704d121c5a3e7b07be935bc91e85c2101bc59"
10+
sha256 "1eaddb8a994caa5b2fee0af77e845594075cfd246d9caec067ccb632096955cc"
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 "7592cfd7e35a63a933da8251892b15a6897bc4e6ed3625a3288ff678fa2d640d"
14+
sha256 "e969868d769d5ce0d71e0ae19908e0a014ce1abb1c530abf0e158b8956de2ded"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)