File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cask "codeflare" do
2
- version "0.5.1 "
2
+ version "0.5.2 "
3
3
4
4
name "CodeFlare"
5
5
desc "CLI for Project CodeFlare"
6
6
homepage "https://github.com/project-codeflare/codeflare-cli"
7
7
8
8
if Hardware ::CPU . intel?
9
9
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10
- sha256 "d3ed433f9169cfcbb8c0be6d212c325acc18a18563af8f084ba7a535eb00aaaa "
10
+ sha256 "3be12f873e94c1ae62d79feae5a4f5da3ea81292ff3915a81f7c9b6f1a72e649 "
11
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
12
else
13
13
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14
- sha256 "13f55310f728139588c7922594162fd0435c5acb052222da3b378c22dd151699 "
14
+ sha256 "1a22aa66d1f09badb5de8809dd4c37f8697f025f1354e5d4388e9fc6c1463f7a "
15
15
app "CodeFlare-darwin-arm64/CodeFlare.app"
16
16
end
17
17
You can’t perform that action at this time.
0 commit comments