-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Currently if you want to install a previous version, scoop tries to autogenerate a manifest to see if it works, however there may be breaking changes between versions in the manifest that won't allow this.
However, there is a practical alternative:
- I specify
scoop install [email protected]
- scoop does
git log -p <manifest>.json
and extracts a list of previous versions based on the version.json, since it would have changed every commit - If one of the versions matches, it retrieves that version of the file from the repository and uses that manifest.
It doesn't guarantee the file download would still exist of course, but it would allow a more traditional way of accessing past versions.
leumasme, qyurila, Shivelight, nagromc, Spacellary and 2 more
Metadata
Metadata
Assignees
Labels
No labels