-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Labels
Description
Prerequisites
- I have written a descriptive issue title.
- 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
hwinfo
Expected/Current Behaviour
The current version of hwinfo is 8.32, but scoop is not detecting it since 8.30 update. Additionally 8.30 gives 404 on install which will probably be moot once the update is fixed.
Run scoop install hwinfo
Observe that version 8.30 is trying to be installed (and fails)
Expected 8.32 (as of the time of writing)
Steps to Reproduce
scoop install hwinfo
Installing 'hwinfo' (8.30-5800) [64bit] from 'extras' bucket
The remote server returned an error: (404) Not Found.
URL https://www.sac.sk/download/utildiag/hwi_830.zip is not validPossible Solution
It looks like something changed upsteam with hwinfo that require updating hwinfo.json here to match. In order to sovle this:
- Find out why hwinfo version is no longer updating
- Fix hwinfo.json applying information found in step 1 to resolve the issue
- Verify that after the fix an installation of scoop that is on hwinfo 8.30 currently successfully updates to 8.32 or later
- Verify that a fresh installation can install actual latest hwinfo successfully
Scoop and Buckets Version
scoop --version
Current Scoop version:
b588a06e (HEAD -> master, tag: v0.5.3, origin/master, origin/HEAD) chore(release): Bump to version 0.5.3 (resync) (#6436)
'main' bucket:
9c918ba0d (HEAD -> master, origin/master, origin/HEAD) sqldef: Update to version 3.1.16
'extras' bucket:
3815e15d27 (HEAD -> master, origin/master, origin/HEAD) [email protected]: Fix hash (Closes #16360)Scoop Config
scoop config
shim : kiennq
aria2-warning-enabled : False
debug : False
alias :
last_update : 17-Oct-25 17:29:44
scoop_repo : https://github.com/lukesampson/scoop
scoop_branch : masterPowerShell Version
$PSVersionTable
Name Value
---- -----
PSVersion 7.5.3
PSEdition Core
GitCommitId 7.5.3
OS Microsoft Windows 10.0.26200
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Additional Softwares
No response