Skip to content

Commit c000816

Browse files
committed
chore: sha256sums for 0.1.2
1 parent 6830ef0 commit c000816

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.1.1"
2+
version "0.1.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 "6c9d4a3b427a8229c2b0a6c12297b686ab322967a854888577c926de805ec583"
10+
sha256 "044f17354881cecaa7bbe355d6a4ed24e8d3829c1edf4623d98e24e778da8c33"
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 "034178fd064b5ae2e297b5409e962aeb3ccb8198f8d5a665312c5bea9f881673"
14+
sha256 "96e4d8a2d38f0c1a17af0953b3fdc835ad41c689890559af654abada5ae479b6"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)