Skip to content

Commit 23e12c3

Browse files
committed
chore: bump sha256sums for 0.3.0
1 parent 757537a commit 23e12c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "0.2.2"
2+
version "0.3.0"
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 "21a1e95ac6aef56fbe650971382334e5d4895ad73254b9cb0023703904378cc2"
10+
sha256 "3adbdd583b4de9f096549b44c4d54eab5a685204e70fa3cf41fd11eb5966c6a3"
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 "2702530af3e9b3e9dfe273414b999234bb2f3437a491afec3cbbbf615fbb3883"
14+
sha256 "8b091441b63644b8b3643a80f2d3632fc30c7f0f7b46c19ce3d149bc2d93535d"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)