Skip to content

Commit 81f7c2b

Browse files
committed
chore: sha256sums for 0.7.4
1 parent 93845f1 commit 81f7c2b

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.7.3"
2+
version "0.7.4"
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 "04bda3dc6c2a7ffbef8453ede97080abeb5d6d8e30e81b3c25ac9952b2be501a"
10+
sha256 "789a738294377ec757812675a5bb7b4c1d0ecd2fcb9790efd6769849ed87e370"
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 "ee3254da5a0abade3c57bc757d9180b4a1778eb3f3eae99c275c72a84fe761f8"
14+
sha256 "72f59aff9a692de256a525aab8f68ca24cb13892ee48e7fde6c23aa56f7400a3"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)