Skip to content

Commit 21588c3

Browse files
committed
chore: sha256sums for 0.0.14
1 parent 80e2ccf commit 21588c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "0.0.13"
2+
version "0.0.14"
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 "32e1ef2e47e717d7497f3ccf05898ceb5b563b88cd519a85c42fb4b0b509d8d7"
10+
sha256 "c81005b2b0a0d20e5ae370c2bef5392d99152d30f9c6f08a8413040d3adbf3a5"
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 "821af761854b74f5cb32da08db1d201b0e7711930e011b1f8ed26fa19f70f45e"
14+
sha256 "b90fb2377f217a462ad125b4727ece78fe62592c5dc645c35449819f55950b4f"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)