* [Buildroot] [PATCH] package/libfuse3: bump to version 3.13.1
@ 2023-02-04 20:37 Giulio Benetti
2023-02-05 12:36 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Giulio Benetti @ 2023-02-04 20:37 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti, Asaf Kahlon
Fixes:
http://autobuild.buildroot.net/results/a98/a984d275d949e8dc989870d2d2b6f6c7168d52bb/
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/libfuse3/libfuse3.hash | 2 +-
package/libfuse3/libfuse3.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libfuse3/libfuse3.hash b/package/libfuse3/libfuse3.hash
index 691bfbc9d6..f697f4ad3f 100644
--- a/package/libfuse3/libfuse3.hash
+++ b/package/libfuse3/libfuse3.hash
@@ -1,3 +1,3 @@
# Locally calculated sha256 checksums
-sha256 224544214204eb348b548d6faa7a9bc91b053aacfc92e8b5da3f478c76ae4a03 libfuse3-3.13.0.tar.gz
+sha256 96399b09b91bc717a9e96ffea660d611e6a342547c1abd4d0e858b3dca9d5a13 libfuse3-3.13.1.tar.gz
sha256 b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad LICENSE
diff --git a/package/libfuse3/libfuse3.mk b/package/libfuse3/libfuse3.mk
index d94f7d3d3a..a2e9775868 100644
--- a/package/libfuse3/libfuse3.mk
+++ b/package/libfuse3/libfuse3.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBFUSE3_VERSION = 3.13.0
+LIBFUSE3_VERSION = 3.13.1
LIBFUSE3_SITE = $(call github,libfuse,libfuse,fuse-$(LIBFUSE3_VERSION))
LIBFUSE3_LICENSE = LGPL-2.1
LIBFUSE3_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/libfuse3: bump to version 3.13.1
2023-02-04 20:37 [Buildroot] [PATCH] package/libfuse3: bump to version 3.13.1 Giulio Benetti
@ 2023-02-05 12:36 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-02-05 12:36 UTC (permalink / raw)
To: Giulio Benetti; +Cc: Asaf Kahlon, buildroot
Giulio, All,
On 2023-02-04 21:37 +0100, Giulio Benetti spake thusly:
> Fixes:
> http://autobuild.buildroot.net/results/a98/a984d275d949e8dc989870d2d2b6f6c7168d52bb/
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libfuse3/libfuse3.hash | 2 +-
> package/libfuse3/libfuse3.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libfuse3/libfuse3.hash b/package/libfuse3/libfuse3.hash
> index 691bfbc9d6..f697f4ad3f 100644
> --- a/package/libfuse3/libfuse3.hash
> +++ b/package/libfuse3/libfuse3.hash
> @@ -1,3 +1,3 @@
> # Locally calculated sha256 checksums
> -sha256 224544214204eb348b548d6faa7a9bc91b053aacfc92e8b5da3f478c76ae4a03 libfuse3-3.13.0.tar.gz
> +sha256 96399b09b91bc717a9e96ffea660d611e6a342547c1abd4d0e858b3dca9d5a13 libfuse3-3.13.1.tar.gz
> sha256 b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad LICENSE
> diff --git a/package/libfuse3/libfuse3.mk b/package/libfuse3/libfuse3.mk
> index d94f7d3d3a..a2e9775868 100644
> --- a/package/libfuse3/libfuse3.mk
> +++ b/package/libfuse3/libfuse3.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBFUSE3_VERSION = 3.13.0
> +LIBFUSE3_VERSION = 3.13.1
> LIBFUSE3_SITE = $(call github,libfuse,libfuse,fuse-$(LIBFUSE3_VERSION))
> LIBFUSE3_LICENSE = LGPL-2.1
> LIBFUSE3_LICENSE_FILES = LICENSE
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-05 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-04 20:37 [Buildroot] [PATCH] package/libfuse3: bump to version 3.13.1 Giulio Benetti
2023-02-05 12:36 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox