* [Buildroot] [PATCH 1/1] package/libstrophe: bump to version 0.13.1
@ 2024-02-21 14:30 Michael Vetter
2024-02-21 17:59 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Michael Vetter @ 2024-02-21 14:30 UTC (permalink / raw)
To: buildroot; +Cc: Michael Vetter
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
---
package/libstrophe/libstrophe.hash | 2 +-
package/libstrophe/libstrophe.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libstrophe/libstrophe.hash b/package/libstrophe/libstrophe.hash
index e284e8cca6..ec5a55985a 100644
--- a/package/libstrophe/libstrophe.hash
+++ b/package/libstrophe/libstrophe.hash
@@ -1,4 +1,4 @@
# Locally calculated
-sha256 8d7c17c694efff7d2e2d3632684537e7ba874ce3d7f0e750a539f2299021bbaa libstrophe-0.13.0.tar.xz
+sha256 86c0abd348ae66feb40b6886f2c7f04525f1d5b20a48c10d4db4ed532dc63f22 libstrophe-0.13.1.tar.xz
sha256 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08 MIT-LICENSE.txt
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 GPL-LICENSE.txt
diff --git a/package/libstrophe/libstrophe.mk b/package/libstrophe/libstrophe.mk
index 257593bbec..42d582fe9c 100644
--- a/package/libstrophe/libstrophe.mk
+++ b/package/libstrophe/libstrophe.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBSTROPHE_VERSION = 0.13.0
+LIBSTROPHE_VERSION = 0.13.1
LIBSTROPHE_SOURCE = libstrophe-$(LIBSTROPHE_VERSION).tar.xz
LIBSTROPHE_SITE = https://github.com/strophe/libstrophe/releases/download/$(LIBSTROPHE_VERSION)
LIBSTROPHE_DEPENDENCIES = host-pkgconf
--
2.35.3
_______________________________________________
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 1/1] package/libstrophe: bump to version 0.13.1
2024-02-21 14:30 [Buildroot] [PATCH 1/1] package/libstrophe: bump to version 0.13.1 Michael Vetter
@ 2024-02-21 17:59 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2024-02-21 17:59 UTC (permalink / raw)
To: Michael Vetter; +Cc: buildroot
Michael, All,
On 2024-02-21 15:30 +0100, Michael Vetter spake thusly:
> Signed-off-by: Michael Vetter <jubalh@iodoru.org>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libstrophe/libstrophe.hash | 2 +-
> package/libstrophe/libstrophe.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libstrophe/libstrophe.hash b/package/libstrophe/libstrophe.hash
> index e284e8cca6..ec5a55985a 100644
> --- a/package/libstrophe/libstrophe.hash
> +++ b/package/libstrophe/libstrophe.hash
> @@ -1,4 +1,4 @@
> # Locally calculated
> -sha256 8d7c17c694efff7d2e2d3632684537e7ba874ce3d7f0e750a539f2299021bbaa libstrophe-0.13.0.tar.xz
> +sha256 86c0abd348ae66feb40b6886f2c7f04525f1d5b20a48c10d4db4ed532dc63f22 libstrophe-0.13.1.tar.xz
> sha256 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08 MIT-LICENSE.txt
> sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 GPL-LICENSE.txt
> diff --git a/package/libstrophe/libstrophe.mk b/package/libstrophe/libstrophe.mk
> index 257593bbec..42d582fe9c 100644
> --- a/package/libstrophe/libstrophe.mk
> +++ b/package/libstrophe/libstrophe.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBSTROPHE_VERSION = 0.13.0
> +LIBSTROPHE_VERSION = 0.13.1
> LIBSTROPHE_SOURCE = libstrophe-$(LIBSTROPHE_VERSION).tar.xz
> LIBSTROPHE_SITE = https://github.com/strophe/libstrophe/releases/download/$(LIBSTROPHE_VERSION)
> LIBSTROPHE_DEPENDENCIES = host-pkgconf
> --
> 2.35.3
>
> _______________________________________________
> 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:[~2024-02-21 17:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 14:30 [Buildroot] [PATCH 1/1] package/libstrophe: bump to version 0.13.1 Michael Vetter
2024-02-21 17:59 ` 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