Skip to content

Commit db041bc

Browse files
committed
chore: sha256sums for 0.5.0
1 parent 2cc3c19 commit db041bc

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.4.4"
2+
version "0.5.0"
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 "6f6d6bbb057afbfd1e030dcb7b4cbfe40f0c3d7aa41c5a0573a0922bbc152d74"
10+
sha256 "62569592ce598ed898bc4ff9e6a0e3b8a409cff07fc989ef0d55ae7bd2172340"
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 "bd97fc71ba99aa633230b0bc89c6d2d171c1454d35bb604620fc8900a3d43ea3"
14+
sha256 "4384c24cd17055b38349892699e4fc7be3010048b8e62230eeefa201905ac068"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)