Skip to content

Commit 01a232d

Browse files
committed
chore: bump cask sha256sums to 0.0.8
1 parent 163842d commit 01a232d

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.0.7"
2+
version "0.0.8"
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 "c30dbc7e3407d4e63f42c4052039e9253d39952e24b81245c45db6918077556e"
10+
sha256 "1e42811a5f16cb7eaa1c00c55b57ffa518460b731cc1bb7bec428a5155fa7f5d"
1111
app "CodeFlare-darwin-x64/CodeFlare.app"
1212
else
1313
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-amd64.tar.bz2"
14-
sha256 "9f970daab0e290dde4045abdbdc95250f5af6d82ece55b3323c7c675e40a3982"
14+
sha256 "5135daed4b7ed304a0412fb2550ed4f534194b97e6f70d9ae2f3ba3daeb1cd37"
1515
app "CodeFlare-darwin-amd64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)