Message ID | 20240405075230.809460-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On Fri, 5 Apr 2024 09:52:30 +0200 Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote: > - Support i.MX91 > - Fix a crash with -d option when change back file. > > Release notes: > https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.177 > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> > --- > package/uuu/uuu.hash | 2 +- > package/uuu/uuu.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to master, thanks. Thomas
>>>>> "Dario" == Dario Binacchi <dario.binacchi@amarulasolutions.com> writes: > - Support i.MX91 > - Fix a crash with -d option when change back file. > Release notes: > https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.177 > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Committed to 2024.02.x, thanks.
diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash index e45cbb868078..0f746a763385 100644 --- a/package/uuu/uuu.hash +++ b/package/uuu/uuu.hash @@ -1,3 +1,3 @@ # locally computed -sha256 6e65fc028afacc94b805ae376e3da3864dcb2570d425037820e716207ab70373 uuu_source-uuu_1.5.165.tar.gz +sha256 fac38e93714181fbfb0ff52b9cd29395c7eb342def5c3857da87e5429beb3927 uuu_source-uuu_1.5.177.tar.gz sha256 cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495 LICENSE diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk index 5800277b10d5..b6611dc3d406 100644 --- a/package/uuu/uuu.mk +++ b/package/uuu/uuu.mk @@ -4,7 +4,7 @@ # ################################################################################ -UUU_VERSION = 1.5.165 +UUU_VERSION = 1.5.177 UUU_SOURCE = uuu_source-uuu_$(UUU_VERSION).tar.gz UUU_SITE = https://github.com/NXPmicro/mfgtools/releases/download/uuu_$(UUU_VERSION) UUU_LICENSE = BSD 3-Clause "New" or "Revised" License
- Support i.MX91 - Fix a crash with -d option when change back file. Release notes: https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.177 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- package/uuu/uuu.hash | 2 +- package/uuu/uuu.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)