Skip to content

Commit 05b6c4d

Browse files
committed
chore: bump sha256sums for 0.0.29
1 parent 3f8a8ff commit 05b6c4d

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.28"
2+
version "0.0.29"
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 "7ac62b60c557ef8884ec128496e2ce7983126685ee503d96a43a100d1f63ba89"
10+
sha256 "19f712208d1bed2f1fdfe5137cb0dc406f00d234219c147d044ca4c2d997f925"
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 "6d74b3ccf1dde26c3d426f06b827db06ef483d1f871bf37675b7bba4969d3c25"
14+
sha256 "b09bdadd49210c2623b1782b1cd890dac9d11d1f58047379cf85c333b5177857"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)