Skip to content

Commit 6cea079

Browse files
committed
chore: sha256sums for 0.9.2
1 parent 5a53dd2 commit 6cea079

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.9.1"
2+
version "0.9.2"
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 "55b80c88da7bb1ec8a954ccce87c1b376e109674522d7d5e4756f2b8401ca0d4"
10+
sha256 "06239acd95ad1bc19bdb9eda9cb8267a6a7707fdd61810a07cd5079d08a06ef6"
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 "64d8c154a6ad3d1189662d2bee1ab7b190fa1da64d9440a115aa8554e913e93a"
14+
sha256 "4ea28e33d599454ac01462681b4e1b04261e613d3a04a423870cebf4981d238e"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)