Skip to content

Commit 84b033c

Browse files
committed
chore: bump sha256sums for 0.2.1
1 parent 682382f commit 84b033c

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.2.0"
2+
version "0.2.1"
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 "2968a45aa2900911d7ceed581a63a0baec646bcfe307b63d07423edc2e549d14"
10+
sha256 "2979a7f145ca96696fd5fafbe7ed723523b05f045beb990816faca7eb03441b0"
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 "6aaf14f48fa3a1f92beeb387ac262e048608fd8fbbb04defb0314ecbbc54963a"
14+
sha256 "6f3126b15fec91c9cf03c03e34f42568c06149ea4c3a9ec76ca9034cc27e1f1b"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)