* [Buildroot] [PATCH] package/jo: bump version to 1.9
@ 2025-05-07 6:52 Peter Korsgaard
2025-05-07 16:28 ` Julien Olivain
2025-05-16 10:54 ` Arnout Vandecappelle via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2025-05-07 6:52 UTC (permalink / raw)
To: buildroot
Mainly bugfixes (1.8 was deleted):
https://github.com/jpmens/jo/releases/tag/1.9
https://github.com/jpmens/jo/releases/tag/1.7
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/jo/jo.hash | 2 +-
package/jo/jo.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/jo/jo.hash b/package/jo/jo.hash
index efad8228a7..82cb212a83 100644
--- a/package/jo/jo.hash
+++ b/package/jo/jo.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 eb15592f1ba6d5a77468a1438a20e3d21c3d63bb7d045fb3544f223340fcd1a1 jo-1.6.tar.gz
+sha256 0195cd6f2a41103c21544e99cd9517b0bce2d2dc8cde31a34867977f8a19c79f jo-1.9.tar.gz
sha256 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf COPYING
diff --git a/package/jo/jo.mk b/package/jo/jo.mk
index dd5dd03ddb..911d3e5f3d 100644
--- a/package/jo/jo.mk
+++ b/package/jo/jo.mk
@@ -4,7 +4,7 @@
#
################################################################################
-JO_VERSION = 1.6
+JO_VERSION = 1.9
JO_SITE = https://github.com/jpmens/jo/releases/download/$(JO_VERSION)
JO_LICENSE = MIT (json.[ch]), GPL-2.0+ (rest)
JO_LICENSE_FILES = COPYING
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/jo: bump version to 1.9
2025-05-07 6:52 [Buildroot] [PATCH] package/jo: bump version to 1.9 Peter Korsgaard
@ 2025-05-07 16:28 ` Julien Olivain
2025-05-16 10:54 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain @ 2025-05-07 16:28 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
On 07/05/2025 08:52, Peter Korsgaard wrote:
> Mainly bugfixes (1.8 was deleted):
>
> https://github.com/jpmens/jo/releases/tag/1.9
> https://github.com/jpmens/jo/releases/tag/1.7
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/jo: bump version to 1.9
2025-05-07 6:52 [Buildroot] [PATCH] package/jo: bump version to 1.9 Peter Korsgaard
2025-05-07 16:28 ` Julien Olivain
@ 2025-05-16 10:54 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-05-16 10:54 UTC (permalink / raw)
To: Peter Korsgaard, buildroot
On 07/05/2025 08:52, Peter Korsgaard wrote:
> Mainly bugfixes (1.8 was deleted):
>
> https://github.com/jpmens/jo/releases/tag/1.9
> https://github.com/jpmens/jo/releases/tag/1.7
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Applied to 2025.02.x, thanks.
Regards,
Arnout
> ---
> package/jo/jo.hash | 2 +-
> package/jo/jo.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/jo/jo.hash b/package/jo/jo.hash
> index efad8228a7..82cb212a83 100644
> --- a/package/jo/jo.hash
> +++ b/package/jo/jo.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 eb15592f1ba6d5a77468a1438a20e3d21c3d63bb7d045fb3544f223340fcd1a1 jo-1.6.tar.gz
> +sha256 0195cd6f2a41103c21544e99cd9517b0bce2d2dc8cde31a34867977f8a19c79f jo-1.9.tar.gz
> sha256 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf COPYING
> diff --git a/package/jo/jo.mk b/package/jo/jo.mk
> index dd5dd03ddb..911d3e5f3d 100644
> --- a/package/jo/jo.mk
> +++ b/package/jo/jo.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -JO_VERSION = 1.6
> +JO_VERSION = 1.9
> JO_SITE = https://github.com/jpmens/jo/releases/download/$(JO_VERSION)
> JO_LICENSE = MIT (json.[ch]), GPL-2.0+ (rest)
> JO_LICENSE_FILES = COPYING
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-16 10:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 6:52 [Buildroot] [PATCH] package/jo: bump version to 1.9 Peter Korsgaard
2025-05-07 16:28 ` Julien Olivain
2025-05-16 10:54 ` Arnout Vandecappelle via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.