Skip to content

Commit 94719ff

Browse files
committed
chore: bump cask sha256sums for 0.0.10
1 parent 2bdac31 commit 94719ff

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.0.9"
2+
version "0.0.10"
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 "bc1471a868b37b29e8e4c59d3f23a512c8548075196d7b8f6c53a231670ac608"
10+
sha256 "af932a8fa3315c9307fd1ea57e5e2282cf2f42cbbda858f215c441e1813316bd"
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 "3cc04a64ff6519a9543cc2b4cf3efe111eab530bab2a85da36cb06bc6084dbbd"
14+
sha256 "7d991563801ff571e3292e6f1f5db7897621be0d8172b2ff3cc15df355d3b18a"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)