mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1.5.233",
|
|
"description": "Freescale/NXP I.MX Chip image deploy tools.",
|
|
"homepage": "https://github.com/nxp-imx/mfgtools",
|
|
"license": "BSD-3-Clause",
|
|
"notes": [
|
|
"The official project name is 'mfgtools', but the command-line executable is named 'uuu' (Universal Update Utility).",
|
|
"Windows 7 Users: Please refer to https://github.com/nxp-imx/mfgtools/wiki/WIN7-User-Guide",
|
|
"Windows 10 Users: You may need to install the 'VS2017 Redistributable' package if the tool fails to run."
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nxp-imx/mfgtools/releases/download/uuu_1.5.233/uuu.exe",
|
|
"hash": "a3c7241650c05dd6373a6aef086b34322c013103da729c1b446ec86694309939"
|
|
}
|
|
},
|
|
"bin": "uuu.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/nxp-imx/mfgtools",
|
|
"regex": "uuu_([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nxp-imx/mfgtools/releases/download/uuu_$version/uuu.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|