[email protected] : fixed issue "can not install different version of powertoys" by updating "autoupdate" part.
I tried to install an older version of powertoys via
scoop install [email protected]
But it failed with the following output:
WARN Given version (0.87.1) does not match manifest (0.90.1)
WARN Attempting to generate manifest for 'powertoys' (0.87.1)
Autoupdating powertoys
Searching hash for PowerToysUserSetup-0.87.1-x64.exe in https://github.com/microsoft/PowerToys/releases/tag/$matchTag
The remote server returned an error: (404) Not Found.
I guess this is because tag and version strings differ (v0.87.1 vs 0.87.1).
To fix this, I've made small changes to autoupdate part. Now it seems working.
- [ x ] Use conventional PR title:
<manifest-name[@version]|chore>: <general summary of the pull request> - [ x ] I have read the Contributing Guide
All changes look good.
Wait for review from human collaborators.
powertoys
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
- [x] Autoupdate Hash Extraction
https://github.com/ScoopInstaller/Scoop/issues/5985
Hi maintainers, could someone please review and merge this PR when you have a moment? Thanks for your time! Relates to https://github.com/ScoopInstaller/Extras/pull/13612
@mselmanyildirim @Lutra-Fs Thank you so much! π Itβd help me a lot! Really appreciate it.