Skip to content

Commit 9fe13dc

Browse files
committed
chore: bump sha256sums for 0.1.0
1 parent 32d87a6 commit 9fe13dc

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.32"
2+
version "0.1.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 "0b9902d60e4df9170f53094df0660f65fa0b641a87a2ff475e8eabe6fad01e28"
10+
sha256 "3195db2656c7b481276a74ba0365ca5e41aab4769651252c31f9ec64f82a0d9e"
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 "48dd878cdaf620dd363a61569f56979b1974141d0b3027fbe38086bdb5856813"
14+
sha256 "c2fcf0a4dc4ae3799e700dc395b2f819be5c69c961c0b38499b630660bfe2d10"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)