[1/1] package/uuu: bump to version 1.5.191

Message ID 20241112181350.2559743-1-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • [1/1] package/uuu: bump to version 1.5.191
Related show

Commit Message

Dario Binacchi Nov. 12, 2024, 6:13 p.m. UTC
Add python binding

Release notes:
https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.191

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(-)

Comments

Julien Olivain Nov. 16, 2024, 6:51 p.m. UTC | #1
On 12/11/2024 19:13, Dario Binacchi wrote:
> Add python binding
> 
> Release notes:
> https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.191
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Applied to next, thanks.

> ---
>  package/uuu/uuu.hash | 2 +-
>  package/uuu/uuu.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash
> index 9dc286c41ffc..8460481e0ff0 100644
> --- a/package/uuu/uuu.hash
> +++ b/package/uuu/uuu.hash
> @@ -1,3 +1,3 @@
>  # locally computed
> -sha256  
> 723d3da358e6af974a056e3adbcb105fac9dad4b87544de0d22b8c974a8037aa  
> uuu_source-uuu_1.5.182.tar.gz
> +sha256  
> 28792a9776d1ee73f6f20f7c49a7b81dcab10311733c5becac8928145fc86170  
> uuu_source-uuu_1.5.191.tar.gz
>  sha256  
> cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495  
> LICENSE
> diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk
> index e57828a0ca6e..8faadc0201a1 100644
> --- a/package/uuu/uuu.mk
> +++ b/package/uuu/uuu.mk
> @@ -4,7 +4,7 @@
>  #
>  
> ################################################################################
> 
> -UUU_VERSION = 1.5.182
> +UUU_VERSION = 1.5.191
>  UUU_SOURCE = uuu_source-uuu_$(UUU_VERSION).tar.gz
>  UUU_SITE = 
> https://github.com/nxp-imx/mfgtools/releases/download/uuu_$(UUU_VERSION)
>  UUU_LICENSE = BSD 3-Clause "New" or "Revised" License
> --
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.

Patch

diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash
index 9dc286c41ffc..8460481e0ff0 100644
--- a/package/uuu/uuu.hash
+++ b/package/uuu/uuu.hash
@@ -1,3 +1,3 @@ 
 # locally computed
-sha256  723d3da358e6af974a056e3adbcb105fac9dad4b87544de0d22b8c974a8037aa  uuu_source-uuu_1.5.182.tar.gz
+sha256  28792a9776d1ee73f6f20f7c49a7b81dcab10311733c5becac8928145fc86170  uuu_source-uuu_1.5.191.tar.gz
 sha256  cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495  LICENSE
diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk
index e57828a0ca6e..8faadc0201a1 100644
--- a/package/uuu/uuu.mk
+++ b/package/uuu/uuu.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-UUU_VERSION = 1.5.182
+UUU_VERSION = 1.5.191
 UUU_SOURCE = uuu_source-uuu_$(UUU_VERSION).tar.gz
 UUU_SITE = https://github.com/nxp-imx/mfgtools/releases/download/uuu_$(UUU_VERSION)
 UUU_LICENSE = BSD 3-Clause "New" or "Revised" License