Skip to content

Commit bc8c1c8

Browse files
committed
chore: sha256sums for 0.4.3
1 parent a2f6f9e commit bc8c1c8

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.4.2"
2+
version "0.4.3"
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 "0b1e462800ce88aef2ea59fd529924838ac33c005766a99ad10e92e4a60133ac"
10+
sha256 "8a4da216afb720919c2d363a6d00d1198cb80d7cabc6d221fa2e92150235a3e2"
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 "60d93e2da6a238a21a23e3e3d183b80a78efe06858dbccdc711afb86fd262707"
14+
sha256 "8ef590cf7a5975db49741d8eb0029effd5ab548ad195bef0321b2b0ff32045ed"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)