Skip to content

Commit 28ccede

Browse files
committed
chore: sha256sums for 0.5.2
1 parent 6324988 commit 28ccede

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.5.1"
2+
version "0.5.2"
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 "d3ed433f9169cfcbb8c0be6d212c325acc18a18563af8f084ba7a535eb00aaaa"
10+
sha256 "3be12f873e94c1ae62d79feae5a4f5da3ea81292ff3915a81f7c9b6f1a72e649"
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 "13f55310f728139588c7922594162fd0435c5acb052222da3b378c22dd151699"
14+
sha256 "1a22aa66d1f09badb5de8809dd4c37f8697f025f1354e5d4388e9fc6c1463f7a"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)