All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45
@ 2022-12-01 13:48 Thomas Claveirole
  2022-12-01 13:48 ` [Buildroot] [PATCH 2/3] package/vuejs-router: bump version to 4.1.6 Thomas Claveirole
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Claveirole @ 2022-12-01 13:48 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Claveirole, Johan Oudinet

Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
---
 package/vuejs/vuejs.hash | 2 +-
 package/vuejs/vuejs.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/vuejs/vuejs.hash b/package/vuejs/vuejs.hash
index c53364e97d..e66bee06d3 100644
--- a/package/vuejs/vuejs.hash
+++ b/package/vuejs/vuejs.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  042033a2a8e6d45f750924953f03c34058d5afd9cc1571fbaf1827eaf04f6943  vue-3.2.33.tgz
+sha256  968e71a707a4a1961faa6e513b6bba162ef04c3413d7edaba0abc1a5996ae71b  vue-3.2.45.tgz
 sha256  1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175  LICENSE
diff --git a/package/vuejs/vuejs.mk b/package/vuejs/vuejs.mk
index d544124bbc..8f7d0cd3d4 100644
--- a/package/vuejs/vuejs.mk
+++ b/package/vuejs/vuejs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VUEJS_VERSION = 3.2.33
+VUEJS_VERSION = 3.2.45
 VUEJS_SOURCE = vue-$(VUEJS_VERSION).tgz
 VUEJS_SITE = https://registry.npmjs.org/vue/-
 VUEJS_LICENSE = MIT
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/3] package/vuejs-router: bump version to 4.1.6
  2022-12-01 13:48 [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45 Thomas Claveirole
@ 2022-12-01 13:48 ` Thomas Claveirole
  2022-12-01 13:48 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add Thomas Claveirole to package vuejs Thomas Claveirole
  2022-12-11 20:25 ` [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45 Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Claveirole @ 2022-12-01 13:48 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Claveirole, Johan Oudinet

Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
---
 package/vuejs-router/vuejs-router.hash | 2 +-
 package/vuejs-router/vuejs-router.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/vuejs-router/vuejs-router.hash b/package/vuejs-router/vuejs-router.hash
index ba8f09b508..147e730f20 100644
--- a/package/vuejs-router/vuejs-router.hash
+++ b/package/vuejs-router/vuejs-router.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  59d6f3e237e68953fc4e4e22463b487b9fde5733b3ff3392eec488c0cc84976b  vue-router-4.0.15.tgz
+sha256  437558a84b99d0d89743d4897ec16a90a96a1d3a6786e697a8808a044bcb9b8f  vue-router-4.1.6.tgz
 sha256  9c0015250f592a09d7787efc07152afcf661fff6bda2554359f6d00987828c02  LICENSE
diff --git a/package/vuejs-router/vuejs-router.mk b/package/vuejs-router/vuejs-router.mk
index 562c698157..de7e9c30c5 100644
--- a/package/vuejs-router/vuejs-router.mk
+++ b/package/vuejs-router/vuejs-router.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VUEJS_ROUTER_VERSION = 4.0.15
+VUEJS_ROUTER_VERSION = 4.1.6
 VUEJS_ROUTER_SOURCE = vue-router-$(VUEJS_ROUTER_VERSION).tgz
 VUEJS_ROUTER_SITE = https://registry.npmjs.org/vue-router/-
 VUEJS_ROUTER_LICENSE = MIT
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 3/3] DEVELOPERS: add Thomas Claveirole to package vuejs
  2022-12-01 13:48 [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45 Thomas Claveirole
  2022-12-01 13:48 ` [Buildroot] [PATCH 2/3] package/vuejs-router: bump version to 4.1.6 Thomas Claveirole
@ 2022-12-01 13:48 ` Thomas Claveirole
  2022-12-11 20:25 ` [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45 Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Claveirole @ 2022-12-01 13:48 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Claveirole, Johan Oudinet

Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index ab9cfe5ee9..c6b27b941f 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2815,6 +2815,7 @@ F:	package/x265/
 N:	Thomas Claveirole <thomas.claveirole@green-communications.fr>
 F:	package/fcgiwrap/
 F:	package/openlayers/
+F:	package/vuejs/
 F:	package/vuejs-router/
 
 N:	Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45
  2022-12-01 13:48 [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45 Thomas Claveirole
  2022-12-01 13:48 ` [Buildroot] [PATCH 2/3] package/vuejs-router: bump version to 4.1.6 Thomas Claveirole
  2022-12-01 13:48 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add Thomas Claveirole to package vuejs Thomas Claveirole
@ 2022-12-11 20:25 ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-12-11 20:25 UTC (permalink / raw)
  To: Thomas Claveirole; +Cc: Johan Oudinet, buildroot

On Thu,  1 Dec 2022 14:48:38 +0100
Thomas Claveirole <thomas.claveirole@green-communications.fr> wrote:

> Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
> ---
>  package/vuejs/vuejs.hash | 2 +-
>  package/vuejs/vuejs.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

All three patches applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-11 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-01 13:48 [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45 Thomas Claveirole
2022-12-01 13:48 ` [Buildroot] [PATCH 2/3] package/vuejs-router: bump version to 4.1.6 Thomas Claveirole
2022-12-01 13:48 ` [Buildroot] [PATCH 3/3] DEVELOPERS: add Thomas Claveirole to package vuejs Thomas Claveirole
2022-12-11 20:25 ` [Buildroot] [PATCH 1/3] package/vuejs: bump version to 3.2.45 Thomas Petazzoni 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.