-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug] Bucket isn't correctly recognized when installing old versions of a package #5320
Comments
This is expected behavior for the current design. Duplicate of #3045 |
Is there any workaround? Edit: I think it's possible using a custom bucket to create a manifest for the old version, but I wish there was an easier way |
What is your purpose, updating older version of apps? or what |
For example, testing if scoop successfully updates a package from an old to a new version |
app.json
app.json >LATEST
|
Bug Report
1 - Install an old version of some package (example from extras bucket:
scoop install [email protected]
)2 - run
scoop list
Current Behavior
Source is reported as
<auto-generated>
Expected Behavior
Source should be reported as
extras
Related issue:
#3045
The text was updated successfully, but these errors were encountered: