Skip to content

Commit 192dc8f

Browse files
committed
fix: arm cask pointed to a non-existent url
1 parent 01a232d commit 192dc8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Casks/codeflare.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
sha256 "1e42811a5f16cb7eaa1c00c55b57ffa518460b731cc1bb7bec428a5155fa7f5d"
1111
app "CodeFlare-darwin-x64/CodeFlare.app"
1212
else
13-
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-amd64.tar.bz2"
13+
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
1414
sha256 "5135daed4b7ed304a0412fb2550ed4f534194b97e6f70d9ae2f3ba3daeb1cd37"
15-
app "CodeFlare-darwin-amd64/CodeFlare.app"
15+
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

1818
livecheck do

0 commit comments

Comments
 (0)