Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions bucket/mfgtools.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}