We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a232d commit 192dc8fCopy full SHA for 192dc8f
Casks/codeflare.rb
@@ -10,9 +10,9 @@
10
sha256 "1e42811a5f16cb7eaa1c00c55b57ffa518460b731cc1bb7bec428a5155fa7f5d"
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
else
13
- url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-amd64.tar.bz2"
+ url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
14
sha256 "5135daed4b7ed304a0412fb2550ed4f534194b97e6f70d9ae2f3ba3daeb1cd37"
15
- app "CodeFlare-darwin-amd64/CodeFlare.app"
+ app "CodeFlare-darwin-arm64/CodeFlare.app"
16
end
17
18
livecheck do
0 commit comments