Install older version of MPV using Homebrew #49
-
This may be a really obvious question, but I am trying to install mpv in Homebrew. Because of an incompatibility issue with another formula, I need to install mpv-0.31.0 instead of the current version (0.32.0). So when I run the following code:
It only gives me the latest version. I see it getting the tar.gz from this link: https://laboratory.stolendata.net/~djinn/mpv_osx/. So there has to be a way for me to point it towards version 0.31.0, which is already there. I'm a total noob at coding, so apologies if this is something very obvious. I searched the Internet several times and tried using the following:
Which didn't work unfortunately. So I'm not sure what to try next. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think versioning is supported for casks, and "incompatibility issue with another formula" sounds like you're focusing on the command-line
|
Beta Was this translation helpful? Give feedback.
I don't think versioning is supported for casks, and "incompatibility issue with another formula" sounds like you're focusing on the command-line
mpv
binary anyway, so installing the corresponding formula may work better for you, andbrew
does support extracting and installing older formulae versions. You'd just have to create your own tap to host them: