Closed 33Fraise33 closed 6 months ago
Unfortunately, I am unable to reproduce this issue.
It looks like you are being served a different archive from https://1111-releases.cloudflareclient.com/mac/Cloudflare_WARP.zip
to what I receive locally and what we see on CI.
This change seems to cause the issue
The issue is that the package is delivered differently to different users. So unfortunately, our only option would be to remove the cask.
If we fix it for you it will break for others.
Perhaps you could consider asking the vendor about the inconsistency upstream?
Likewise, I am also getting the versioned download Cloudflare_WARP_2024.3.407.0.pkg
One thing for me at least, it failed initially to install the package, so I removed it from the Homebrew download cache and tried again with success.
To others, it may be worth removing the downloaded package from the cache and trying to install again to see if that makes a difference.
I removed my cache with brew cleanup
and by manually removing ~/Library/Caches/Homebrew/downloads
This seems to have resolved it.
Manually removing ~/Library/Caches/Homebrew/downloads
worked to me as well, thank youš
However, I suggest it might be more consistent to request versioned pkg directly, such as https://1111-releases.cloudflareclient.com/mac/Cloudflare_WARP_2024.3.407.0.pkg, which also works, instead of https://1111-releases.cloudflareclient.com/mac/Cloudflare_WARP.zip
I don't think a version download was available previously, I have opened a PR for the change - https://github.com/Homebrew/homebrew-cask/pull/173163
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
Cloudflare warp update (2024.3.407.0,20240329.17) fails and falls back to previous version (2024.2.68.0,20240214.9)
Command that failed
brew upgrade --greedy
Output of command with
--verbose --debug