diff mbox series

[1/2] package/vuejs: bump to version 3.3.4

Message ID 20231010131626.1128436-1-thomas.claveirole@green-communications.fr
State Accepted
Headers show
Series [1/2] package/vuejs: bump to version 3.3.4 | expand

Commit Message

Thomas Claveirole Oct. 10, 2023, 1:16 p.m. UTC
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(-)

Comments

Thomas Petazzoni Nov. 1, 2023, 4:36 p.m. UTC | #1
On Tue, 10 Oct 2023 15:16:25 +0200
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
diff mbox series

Patch

diff --git a/package/vuejs/vuejs.hash b/package/vuejs/vuejs.hash
index 488608bc4c..d3bca46803 100644
--- a/package/vuejs/vuejs.hash
+++ b/package/vuejs/vuejs.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  b4d0234f0806a723d79a89426c7dbb351cf6cf554c323cf2625a3e078a93d065  vue-3.3.2.tgz
+sha256  5d3ab0144d5b8eaf28ccfbf27500669a91463226c4767041c7293ce76065171a  vue-3.3.4.tgz
 sha256  1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175  LICENSE
diff --git a/package/vuejs/vuejs.mk b/package/vuejs/vuejs.mk
index 50b7100b8a..29bf3bc66b 100644
--- a/package/vuejs/vuejs.mk
+++ b/package/vuejs/vuejs.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-VUEJS_VERSION = 3.3.2
+VUEJS_VERSION = 3.3.4
 VUEJS_SOURCE = vue-$(VUEJS_VERSION).tgz
 VUEJS_SITE = https://registry.npmjs.org/vue/-
 VUEJS_LICENSE = MIT