Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.5.12
@ 2024-11-05 17:09 Thomas Claveirole
  2024-11-05 17:09 ` [Buildroot] [PATCH 2/2] package/vuejs-router: bump to version 4.4.5 Thomas Claveirole
  2024-11-07  8:02 ` [Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.5.12 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Claveirole @ 2024-11-05 17:09 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 a4011d8000..127d6201a3 100644
--- a/package/vuejs/vuejs.hash
+++ b/package/vuejs/vuejs.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  01cb6ef41fdf1e2c1944bce553c254e216f507ed20ec1bd993766bf9554caf0f  vue-3.4.31.tgz
+sha256  ca13a1928f3c57c6b84f64c84c066e410f91c4f3c25ae61f5fce1557210b9927  vue-3.5.12.tgz
 sha256  1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175  LICENSE
diff --git a/package/vuejs/vuejs.mk b/package/vuejs/vuejs.mk
index e8a21c8c2f..f2b5168c9f 100644
--- a/package/vuejs/vuejs.mk
+++ b/package/vuejs/vuejs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VUEJS_VERSION = 3.4.31
+VUEJS_VERSION = 3.5.12
 VUEJS_SOURCE = vue-$(VUEJS_VERSION).tgz
 VUEJS_SITE = https://registry.npmjs.org/vue/-
 VUEJS_LICENSE = MIT
-- 
2.45.2

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

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

* [Buildroot] [PATCH 2/2] package/vuejs-router: bump to version 4.4.5
  2024-11-05 17:09 [Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.5.12 Thomas Claveirole
@ 2024-11-05 17:09 ` Thomas Claveirole
  2024-11-07  8:02 ` [Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.5.12 Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Claveirole @ 2024-11-05 17:09 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 e297667f4c..83c14e8823 100644
--- a/package/vuejs-router/vuejs-router.hash
+++ b/package/vuejs-router/vuejs-router.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  ad4999f6c346053d93e9e600a69162c52759b1db3aa9a09ef4e9d2d8ffb2d167  vue-router-4.4.0.tgz
+sha256  7f114198b1efb7635c281cb191948f6ed1cecfa9a9e9be2c14d5356cd624eb60  vue-router-4.4.5.tgz
 sha256  91a2845c4db44e7497b514b98634a674c737986ad0db81599307cf733bf850b2  LICENSE
diff --git a/package/vuejs-router/vuejs-router.mk b/package/vuejs-router/vuejs-router.mk
index fb352fd1bd..7de4864d3f 100644
--- a/package/vuejs-router/vuejs-router.mk
+++ b/package/vuejs-router/vuejs-router.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VUEJS_ROUTER_VERSION = 4.4.0
+VUEJS_ROUTER_VERSION = 4.4.5
 VUEJS_ROUTER_SOURCE = vue-router-$(VUEJS_ROUTER_VERSION).tgz
 VUEJS_ROUTER_SITE = https://registry.npmjs.org/vue-router/-
 VUEJS_ROUTER_LICENSE = MIT
-- 
2.45.2

_______________________________________________
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 1/2] package/vuejs: bump to version 3.5.12
  2024-11-05 17:09 [Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.5.12 Thomas Claveirole
  2024-11-05 17:09 ` [Buildroot] [PATCH 2/2] package/vuejs-router: bump to version 4.4.5 Thomas Claveirole
@ 2024-11-07  8:02 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-07  8:02 UTC (permalink / raw)
  To: Thomas Claveirole; +Cc: buildroot, Johan Oudinet

On Tue,  5 Nov 2024 18:09:19 +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(-)

Both applied, 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] 3+ messages in thread

end of thread, other threads:[~2024-11-07  8:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 17:09 [Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.5.12 Thomas Claveirole
2024-11-05 17:09 ` [Buildroot] [PATCH 2/2] package/vuejs-router: bump to version 4.4.5 Thomas Claveirole
2024-11-07  8:02 ` [Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.5.12 Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox