eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.13k stars 455 forks source link

Problem installing CodeLite 17.9.0 on MacOSX with brew #3334

Closed blockchaindevel closed 6 months ago

blockchaindevel commented 6 months ago

What happened?

File not found error when installing 17.9.0 with brew

Version

Other

Operating system

macOS

Steps to reproduce

On MacOSX Sonoma - Apple Silicon

brew reinstall --cask codelite-official
Results in:
Downloading https://downloads/codelite.org/codelite/17.9.0/codelite-macOS_14.0-arm64.app.tar.gz
curl: (22) The requested URL returned error: 404

Error: Download failed on Case 'codelite-official' with message: Download failed: http://downloads.codelite.org/codelite/17.9.0/codelite-macOS_14.0-arm64.app.tar.gz

Relevant log output

No response

eranif commented 6 months ago

Can you please your run brew update? I changed the formula couple of days ago

See here: https://github.com/eranif/homebrew-codelite/blob/main/Casks/codelite-official.rb#L15

The URL should end with codelite-macOS_14.2.1-arm64.app.tar.gz

eranif commented 6 months ago

Just tried is on macOS Sonoma:

==> Upgrading 1 outdated package:
eranif/codelite/codelite-official 17.7.0 -> 17.9.0
==> Upgrading codelite-official
==> Downloading https://downloads.codelite.org/codelite/17.9.0/codelite-macOS_14.2.1-arm64.app.tar.gz
######################################################################################################################################## 100.0%

Notice that it uses the correct URL. Please update your brew and try again - it should work