task-maker-rust
task-maker-rust copied to clipboard
Not able to install using brew macOS sonoma 14.5
➜ Code-Template git:(from-work) brew install bortoz/bortoz/task-maker-rust
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Fetching bortoz/bortoz/task-maker-rust
==> Downloading https://github.com/bortoz/homebrew-bortoz/releases/download/task-maker-rust-0.6.3/task-maker-rust-0.6.4.arm64_sonoma.bottle.tar.gz
curl: (22) The requested URL returned error: 404
Error: task-maker-rust: Failed to download resource "task-maker-rust"
Download failed: https://github.com/bortoz/homebrew-bortoz/releases/download/task-maker-rust-0.6.3/task-maker-rust-0.6.4.arm64_sonoma.bottle.tar.gz
➜ Code-Template git:(from-work)
Facing the same issue. Seems like the formula is broken. Temporary fix:
- Create a
task-maker-rust.rbfile locally with the content from here. - In the created file, change the
urlfromhttps://github.com/olimpiadi-informatica/task-maker-rust/archive/refs/tags/v0.6.4.tar.gztohttps://github.com/olimpiadi-informatica/task-maker-rust/archive/refs/tags/v0.6.3.tar.gz. - Run
brew install ./task-maker-rust.rb.