-
-
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
Need help implementing outdated verb #9403
Comments
Hi @WitzHsiao - great to hear you're interested in contributing!
Not quite sure what you're asking here. For Casks where we only have an un-versioned URL, the "version" from the perspective of Cask actually is So I'm not sure if I understand the strategy you're thinking of attempting here. Maybe if you can elaborate a bit more we can help you out further? |
Hi @phinze |
Hey again! A few core maintainers had a meeting in IRC yesterday about next steps for implementing Here I'll push the WIP so you can track my progress if you like: #9490 Sounds like you are interested in figuring out how to tackle You're right that for apps with an The other thing to mention here is that we have Big Plans for apps that self-update using the Sparkle framework. We plan on cask getting first class knowledge of updates and upgrades for these apps. It will be awesome! ✊ |
Cool beans! |
@phinze |
@WitzHsiao All the So you could theoretically capture all the explicit versions once, but then we'd need a plan for keeping them from drifting. That's why we are capturing the |
@WitzHsiao Do you still need further clarifications, or could we close this? |
Hey guys
I wanna implement
outdated
verb in homebrew-cask.My idea is getting the version in the
Info.plist
in the content of apps and comparing with the version of Cask.And now, I'm wondering how to get the version of Cask not just
:latest
in some DSL of Casks.Thanks
The text was updated successfully, but these errors were encountered: