mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
stlink: Add version 1.6.1 (#1621)
This commit is contained in:
parent
3bc62e2d84
commit
9c7c5daef0
32
bucket/stlink.json
Normal file
32
bucket/stlink.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "1.6.1",
|
||||
"description": "Open source STM32 MCU programming toolset",
|
||||
"homepage": "https://github.com/stlink-org/stlink",
|
||||
"license": "BSD-3-Clause",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/stlink-org/stlink/releases/download/v1.6.1/stlink-1.6.1-x86_64-w64-mingw32.zip",
|
||||
"hash": "79267c0e4ca9448e3352e6ecb43c4e8303afa969172f57d37163f4f15390d8fb",
|
||||
"extract_dir": "stlink-1.6.1-x86_64-w64-mingw32"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/stlink-org/stlink/releases/download/v1.6.1/stlink-1.6.1-i686-w64-mingw32.zip",
|
||||
"hash": "653a8c2f16a5b98588544aa8bfe51921693e1f7a5e0a5c7120b693e11235c1c7",
|
||||
"extract_dir": "stlink-1.6.1-i686-w64-mingw32"
|
||||
}
|
||||
},
|
||||
"env_add_path": "bin",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/stlink-org/stlink/releases/download/v$version/stlink-$version-x86_64-w64-mingw32.zip",
|
||||
"extract_dir": "stlink-$version-x86_64-w64-mingw32"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/stlink-org/stlink/releases/download/v$version/stlink-$version-i686-w64-mingw32.zip",
|
||||
"extract_dir": "stlink-$version-i686-w64-mingw32"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user