brew install specific version of ack #3251
Answered
by
SMillerDev
rrevi
asked this question in
Everyday usage
-
Hello, In the following Formula, using the brew install command, how do I install a specific version? Where I would invoke the else statement in line 49 (meaning not to install HEAD but instead a specific version of ack). Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
May 9, 2022
Replies: 1 comment 2 replies
-
Homebrew does not allow specifying arbitrary versions to install. You could use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rrevi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Homebrew does not allow specifying arbitrary versions to install. You could use
brew extract
to copy an older version of a formula but there is no telling if that works.