Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mactex repeatedly re-downloading #15301

Closed
FranklinChen opened this issue Nov 19, 2015 · 2 comments
Closed

mactex repeatedly re-downloading #15301

FranklinChen opened this issue Nov 19, 2015 · 2 comments

Comments

@FranklinChen
Copy link
Contributor

The mactex formula was recently changed to not track its version and as a result a script I have that does updates by running brew cask install mactex repeatedly reinstalls mactex even though it is already up to date.

@vitorgalvao
Copy link
Member

The title of this issue is misleading. It’s not mactex that is misbehaving.

brew cask install shouldn’t be installing something that is already installed, though (unless you give it the --force flag). brew cask list, however, is broken so the way of checking for the installation of mactex may be screwing up as well.

For now, you can try to brew cask uninstall --force mactex && brew cask install mactex and see if it fixes it, but more likely you’ll have to fix your script. The mactex cask doesn’t provide a versioned download, so there’s no way to know if your installed version is up to date or not, anyway, as of now.

All that said, it should still be versioned, so I’ll check on that.

@adidalal
Copy link
Contributor

#18908

@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants