You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched all issues/PRs to ensure it has not already been reported or fixed.
I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
php
Expected/Current Behaviour
# dell @ LATITUDE5320 in ~: [14.18.25]
$ scoop install [email protected]
WARN Given version (8.3.14) does not match manifest (8.4.1)
WARN Attempting to generate manifest for 'php' (8.3.14)
Autoupdating php
Searching hash for php-8.3.14-Win32-vs17-x86.zip in https://windows.php.net/downloads/releases/sha256sum.txt
Could not find hash in https://windows.php.net/downloads/releases/sha256sum.txt
Downloading php-8.3.14-Win32-vs17-x86.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://windows.php.net/downloads/releases/php-8.3.14-Win32-vs17-x86.zip is not valid
Could not install [email protected]
Select-CurrentVersion: C:\Users\dell\scoop\apps\scoop\current\lib\core.ps1:435
Line |
435 | return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl …
| ~~~~
| Cannot bind argument to parameter 'AppName' because it is an empty string.
InvalidOperation: C:\Users\dell\scoop\apps\scoop\current\lib\manifest.ps1:36
Line |
36 | $app = $app.TrimStart('/')
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
Split-Path: C:\Users\dell\scoop\apps\scoop\current\lib\core.ps1:634
Line |
634 | (split-path $url -leaf) -replace '.json$', ''
| ~~~~
| Cannot bind argument to parameter 'Path' because it is an empty string.
Couldn't find manifest for ''.
Prerequisites
Package Name
php
Expected/Current Behaviour
i follow the link https://windows.php.net/downloads/releases/sha256sum.txt
there is php-8.3.14-Win32-vs16-x64.zip but the scoop want to download php-8.3.14-Win32-vs17-x86.zip instead, that is not exist
also, why it download x86 instead, and not x64 like my machine
Steps to Reproduce
Possible Solution
should match entire name of .zip instead just initial or part name,
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response
The text was updated successfully, but these errors were encountered: