Homebrew installation fails
amckinlay opened this issue · 3 comments
amckinlay commented
~ ⍉
▶ brew install https://raw.githubusercontent.com/ryanmjacobs/c/master/c.rb
######################################################################## 100.0%
==> Downloading https://github.com/ryanmjacobs/c/archive/v0.12.tar.gz
==> Downloading from https://codeload.github.com/ryanmjacobs/c/tar.gz/v0.12
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "c"
Download failed: https://github.com/ryanmjacobs/c/archive/v0.12.tar.gz
ryanmjacobs commented
@amckinlay I updated the brew file. Let me know if it fixes your issue
Freed-Wu commented
Why not push c.rb to https://github.com/Homebrew/homebrew-core/tree/master/Formula? It can help user brew search
and brew install
.
Freed-Wu commented