-
-
Notifications
You must be signed in to change notification settings - Fork 968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: stlink has a newer version and is not updating/updated #6164
Comments
Version 1.8.0 doesn't seem to function. I'd rather have 1.7.0 or at least keep it in the manifest so we can download the previous version. It doesn't include the necessary libusb and also it has issues with the path to the program files(x86). version 1.7.0 would work without any extra effort. |
The binaries for the release have been updated to solve this issue: stlink-org/stlink#1364 (comment), so if you reinstall stlink, the libusb problem should be gone. But there is another issue with the scoop installation for 1.8.0 which should be solved by this PR: stlink-org/stlink#1421
So the change to the current manifest would need to include a change, that automatically copies the .chip files to the correct location, but the libusb issue should be resolved when reinstalling. |
changes to C:/Program Files require admin privilege don't they? |
Yes, I think they do. |
Prerequisites
Package Name
stlink
Expected/Current Behaviour
The newest version of the program on GitHub is 1.8.0, but the scoop package is currently still on 1.7.0 because name of the zip file has changed from
stlink-1.7.0-x86_64-w64-mingw32.zip
tostlink-1.8.0-win32.zip
.Steps to Reproduce
Possible Solution
Change the download/update url of the stlink package
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response
The text was updated successfully, but these errors were encountered: