diff --git a/bucket/mfgtools.json b/bucket/mfgtools.json new file mode 100644 index 0000000000000..d32bc4685fd3e --- /dev/null +++ b/bucket/mfgtools.json @@ -0,0 +1,29 @@ +{ + "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" + } + } + } +}