Skip to content

Commit 50b7d82

Browse files
committed
chore: sha256sums for 0.5.1
1 parent 902701c commit 50b7d82

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.5.0"
2+
version "0.5.1"
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 "62569592ce598ed898bc4ff9e6a0e3b8a409cff07fc989ef0d55ae7bd2172340"
10+
sha256 "d3ed433f9169cfcbb8c0be6d212c325acc18a18563af8f084ba7a535eb00aaaa"
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 "4384c24cd17055b38349892699e4fc7be3010048b8e62230eeefa201905ac068"
14+
sha256 "13f55310f728139588c7922594162fd0435c5acb052222da3b378c22dd151699"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)