diff mbox series

package/fmt: bump to version 9.1.0

Message ID 20220830080447.7426-1-buildroot@heine.tech
State Accepted
Headers show
Series package/fmt: bump to version 9.1.0 | expand

Commit Message

Michael Nosthoff Aug. 30, 2022, 8:04 a.m. UTC
---
 package/fmt/fmt.hash | 2 +-
 package/fmt/fmt.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Nosthoff Aug. 30, 2022, 1:39 p.m. UTC | #1
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>

On Tuesday, August 30, 2022 10:04 CEST, Michael Nosthoff <buildroot@heine.tech> wrote:

> ---
>  package/fmt/fmt.hash | 2 +-
>  package/fmt/fmt.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/fmt/fmt.hash b/package/fmt/fmt.hash
> index c203e35867..65eeaa4ebe 100644
> --- a/package/fmt/fmt.hash
> +++ b/package/fmt/fmt.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  fc96dd2d2fdf2bded630787adba892c23cb9e35c6fd3273c136b0c57d4651ad6  fmt-9.0.0.zip
> +sha256  cceb4cb9366e18a5742128cb3524ce5f50e88b476f1e54737a47ffdf4df4c996  fmt-9.1.0.zip
>  sha256  825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8  LICENSE.rst
> diff --git a/package/fmt/fmt.mk b/package/fmt/fmt.mk
> index b7d67a0f28..ed0703cbc9 100644
> --- a/package/fmt/fmt.mk
> +++ b/package/fmt/fmt.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FMT_VERSION = 9.0.0
> +FMT_VERSION = 9.1.0
>  FMT_SITE = https://github.com/fmtlib/fmt/releases/download/$(FMT_VERSION)
>  FMT_SOURCE = fmt-$(FMT_VERSION).zip
>  FMT_LICENSE = MIT with exception
> -- 
> 2.34.1
>
Yann E. MORIN Aug. 30, 2022, 7:46 p.m. UTC | #2
Michael, All,

On 2022-08-30 10:04 +0200, Michael Nosthoff via buildroot spake thusly:

I've added your SoB-line, which you provided later in the thread, and
applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/fmt/fmt.hash | 2 +-
>  package/fmt/fmt.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/fmt/fmt.hash b/package/fmt/fmt.hash
> index c203e35867..65eeaa4ebe 100644
> --- a/package/fmt/fmt.hash
> +++ b/package/fmt/fmt.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  fc96dd2d2fdf2bded630787adba892c23cb9e35c6fd3273c136b0c57d4651ad6  fmt-9.0.0.zip
> +sha256  cceb4cb9366e18a5742128cb3524ce5f50e88b476f1e54737a47ffdf4df4c996  fmt-9.1.0.zip
>  sha256  825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8  LICENSE.rst
> diff --git a/package/fmt/fmt.mk b/package/fmt/fmt.mk
> index b7d67a0f28..ed0703cbc9 100644
> --- a/package/fmt/fmt.mk
> +++ b/package/fmt/fmt.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FMT_VERSION = 9.0.0
> +FMT_VERSION = 9.1.0
>  FMT_SITE = https://github.com/fmtlib/fmt/releases/download/$(FMT_VERSION)
>  FMT_SOURCE = fmt-$(FMT_VERSION).zip
>  FMT_LICENSE = MIT with exception
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Yann E. MORIN Aug. 30, 2022, 7:48 p.m. UTC | #3
Micheal, All,

On 2022-08-30 21:46 +0200, Yann E. MORIN spake thusly:
> On 2022-08-30 10:04 +0200, Michael Nosthoff via buildroot spake thusly:
> 
> I've added your SoB-line, which you provided later in the thread, and
> applied to master, thanks.

s/master/next/

Regards,
Yann E. MORIN.
diff mbox series

Patch

diff --git a/package/fmt/fmt.hash b/package/fmt/fmt.hash
index c203e35867..65eeaa4ebe 100644
--- a/package/fmt/fmt.hash
+++ b/package/fmt/fmt.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256  fc96dd2d2fdf2bded630787adba892c23cb9e35c6fd3273c136b0c57d4651ad6  fmt-9.0.0.zip
+sha256  cceb4cb9366e18a5742128cb3524ce5f50e88b476f1e54737a47ffdf4df4c996  fmt-9.1.0.zip
 sha256  825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8  LICENSE.rst
diff --git a/package/fmt/fmt.mk b/package/fmt/fmt.mk
index b7d67a0f28..ed0703cbc9 100644
--- a/package/fmt/fmt.mk
+++ b/package/fmt/fmt.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-FMT_VERSION = 9.0.0
+FMT_VERSION = 9.1.0
 FMT_SITE = https://github.com/fmtlib/fmt/releases/download/$(FMT_VERSION)
 FMT_SOURCE = fmt-$(FMT_VERSION).zip
 FMT_LICENSE = MIT with exception