Skip to content

Commit b607ddf

Browse files
committed
chore: update cask sha256sums to 0.0.12
1 parent 365e0ba commit b607ddf

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.11"
2+
version "0.0.12"
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 "b71e9f7e2ba64a9d50fe601eb2afaa2e3cc6a57f4de42ae03d138b3b287bea5a"
10+
sha256 "e7528e915c97b0e4cce3dfb5639fc2205a76c4b65accb082ca950d438b95fe07"
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 "ea285ae9b8078b24b2f076a22a73e45a210f2c2eb53103b3a4c30ae031b4fc1f"
14+
sha256 "c78adb14b5818525a8e4126c3bc6c0f53cf9ef48b5ff0d465edfc29a3ed4a842"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)