task-maker-rust icon indicating copy to clipboard operation
task-maker-rust copied to clipboard

Not able to install using brew macOS sonoma 14.5

Open rummansust opened this issue 1 year ago • 1 comments

➜  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) 
Screenshot 2024-12-23 at 5 53 33 PM

rummansust avatar Dec 23 '24 09:12 rummansust

Facing the same issue. Seems like the formula is broken. Temporary fix:

  • Create a task-maker-rust.rb file locally with the content from here.
  • In the created file, change the url from https://github.com/olimpiadi-informatica/task-maker-rust/archive/refs/tags/v0.6.4.tar.gz to https://github.com/olimpiadi-informatica/task-maker-rust/archive/refs/tags/v0.6.3.tar.gz.
  • Run brew install ./task-maker-rust.rb.

DrSwad avatar Jan 10 '25 18:01 DrSwad