Skip to content

Commit 9a2fc04

Browse files
committed
chore: bump cask sha256sums to 0.0.11
1 parent cd44f88 commit 9a2fc04

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.10"
2+
version "0.0.11"
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 "af932a8fa3315c9307fd1ea57e5e2282cf2f42cbbda858f215c441e1813316bd"
10+
sha256 "b71e9f7e2ba64a9d50fe601eb2afaa2e3cc6a57f4de42ae03d138b3b287bea5a"
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 "7d991563801ff571e3292e6f1f5db7897621be0d8172b2ff3cc15df355d3b18a"
14+
sha256 "ea285ae9b8078b24b2f076a22a73e45a210f2c2eb53103b3a4c30ae031b4fc1f"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)