ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
20.94k stars 1.39k forks source link

Issue install old version of an app that use an autoupdate matcher #3686

Closed scayssials closed 2 years ago

scayssials commented 4 years ago

What install with autoupdate matcher do not work

reproduction case scoop install qemu@3.1.0

acutal result Downloading qemu-w32-setup-$matchYear$matchMonth$matchDay.exe to compute hashes! matcher hasn't been called

expected result right url

Investigation When using scoop-install with an unknow manifest we call generate_user_manifest $app $bucket $version the function will then call autoupdate $app "$(resolve-path $(usermanifestsdir))" $manifest $version $(@{}) where $(@{}) represent the [Hashtable] $matches

rashil2000 commented 2 years ago

ScoopInstaller/Main#3292