Extras icon indicating copy to clipboard operation
Extras copied to clipboard

[email protected] : fixed issue "can not install different version of powertoys" by updating "autoupdate" part.

Open mselmanyildirim opened this issue 7 months ago β€’ 2 comments

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

mselmanyildirim avatar May 07 '25 22:05 mselmanyildirim

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

github-actions[bot] avatar May 07 '25 22:05 github-actions[bot]

https://github.com/ScoopInstaller/Scoop/issues/5985

Lutra-Fs avatar Jun 01 '25 05:06 Lutra-Fs

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

z-Fng avatar Jul 27 '25 18:07 z-Fng

@mselmanyildirim @Lutra-Fs Thank you so much! πŸŽ‰ It’d help me a lot! Really appreciate it.

z-Fng avatar Aug 12 '25 08:08 z-Fng