Skip to content

Commit 6f7b3d7

Browse files
committed
chore: bump sha256sums for 0.0.30
1 parent 8f51bb4 commit 6f7b3d7

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.29"
2+
version "0.0.30"
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 "19f712208d1bed2f1fdfe5137cb0dc406f00d234219c147d044ca4c2d997f925"
10+
sha256 "6e797c650af086a0f05499230df6c9574940ccc1af66a5d600b4a866764faa0b"
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 "b09bdadd49210c2623b1782b1cd890dac9d11d1f58047379cf85c333b5177857"
14+
sha256 "d325f31396cfc89396b1549428b79d13f02bc478a41c6037437fdabf61e65a4b"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)