Message ID | 20240515210715.643355-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
>>>>> "Dario" == Dario Binacchi <dario.binacchi@amarulasolutions.com> writes: > This is a hot fix for version 1.5.179. > Release notes: > https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.181 > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Committed, thanks.
diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash index cc78f6785b83..787bf7d48705 100644 --- a/package/uuu/uuu.hash +++ b/package/uuu/uuu.hash @@ -1,3 +1,3 @@ # locally computed -sha256 6742a0c3b1e5b3b892963473f65e2770462f3bf2871424b800ffa0ed159feb84 uuu_source-uuu_1.5.179.tar.gz +sha256 5e3bab017cf1b7a6a85d0cd46c0de6660de9b93fb24b0a21d8ecc4fb9f663e2c uuu_source-uuu_1.5.181.tar.gz sha256 cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495 LICENSE diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk index b633bd70dbea..056b2a8c52db 100644 --- a/package/uuu/uuu.mk +++ b/package/uuu/uuu.mk @@ -4,7 +4,7 @@ # ################################################################################ -UUU_VERSION = 1.5.179 +UUU_VERSION = 1.5.181 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
This is a hot fix for version 1.5.179. Release notes: https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.181 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(-)