-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Never use cached download when cask uses :latest
#13206
Comments
Started taking a look at implementing this, even though my Ruby knowledge is pretty minimal. I haven't tested this, but: The file to change is Under the def perform(force=false)
downloader.clear_cache if cask.version == :latest
{snip... rest of code as already exists)
end |
Sounds about right. Actually, we could make the change further down to |
Opened up a PR, do any tests need to be written? |
Shouldn’t be needed, but always a good idea to let @jawshooah have a look. |
Refs #6087.
The text was updated successfully, but these errors were encountered: