You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every installed program has an install.json. Adding a property and checking for it should be easy. A new option for install or a separate pin command could be used to add the property.
Version pinning forces the build to retrieve a particular version regardless of what’s in the cache. This technique can also reduce failures due to unanticipated changes in required packages.
I'd really like to see a similar version pinning mechanism for scoop.
Add the ability to pin a package to a particular version.
When running
scoop status
, the latest version should be displayed with a note indicating the software is pinned to the current version.Running
scoop update *
orscoop update [package]
will not update the pinned package.The text was updated successfully, but these errors were encountered: