All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6
@ 2021-08-30 11:24 Thomas Claveirole
  2021-08-30 11:24 ` [Buildroot] [PATCH] package/vuejs-router: bump version to 4.0.11 Thomas Claveirole
  2021-09-11 14:21 ` [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6 Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Claveirole @ 2021-08-30 11:24 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   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/vuejs/vuejs.hash b/package/vuejs/vuejs.hash
index c2804961d2..1801a0c6e9 100644
--- a/package/vuejs/vuejs.hash
+++ b/package/vuejs/vuejs.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  ddd5e07483d18d2abd645c01200f57d5ffd1c3bf262cdb9f9e1a66a7b855d84a  vue-3.1.5.tgz
+sha256  464ea5fdbcb51eee0b5f4762f169024b36a3bcd2c039ea8608b17fdd8a8595e9  vue-3.2.6.tgz
 sha256  1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175  LICENSE
diff --git a/package/vuejs/vuejs.mk b/package/vuejs/vuejs.mk
index 18e12f69d4..e2fc2c2dfb 100644
--- a/package/vuejs/vuejs.mk
+++ b/package/vuejs/vuejs.mk
@@ -4,13 +4,13 @@
 #
 ################################################################################
 
-VUEJS_VERSION = 3.1.5
+VUEJS_VERSION = 3.2.6
 VUEJS_SOURCE = vue-$(VUEJS_VERSION).tgz
 VUEJS_SITE = https://registry.npmjs.org/vue/-
 VUEJS_LICENSE = MIT
 VUEJS_LICENSE_FILES = LICENSE
 
-# Install .min.js as .js
+# Install .prod.js as .js
 define VUEJS_INSTALL_TARGET_CMDS
 	$(INSTALL) -m 644 -D $(@D)/dist/vue.global.prod.js \
 		$(TARGET_DIR)/var/www/vue.js
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] package/vuejs-router: bump version to 4.0.11
  2021-08-30 11:24 [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6 Thomas Claveirole
@ 2021-08-30 11:24 ` Thomas Claveirole
  2021-09-11 14:21 ` [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6 Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Claveirole @ 2021-08-30 11:24 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 62b16505ea..1e5f850ca6 100644
--- a/package/vuejs-router/vuejs-router.hash
+++ b/package/vuejs-router/vuejs-router.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  d85cb70686cad36a087ad9586f1839c9997f707eb0065445fb1ea3d9218494f6  vue-router-4.0.10.tgz
+sha256  317ae9b916b9a8c5ec521697c345bef15759887d63342ddf19c18ff05ca279b9  vue-router-4.0.11.tgz
 sha256  9c0015250f592a09d7787efc07152afcf661fff6bda2554359f6d00987828c02  LICENSE
diff --git a/package/vuejs-router/vuejs-router.mk b/package/vuejs-router/vuejs-router.mk
index 60e751e1d1..3f6bcc5067 100644
--- a/package/vuejs-router/vuejs-router.mk
+++ b/package/vuejs-router/vuejs-router.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VUEJS_ROUTER_VERSION = 4.0.10
+VUEJS_ROUTER_VERSION = 4.0.11
 VUEJS_ROUTER_SOURCE = vue-router-$(VUEJS_ROUTER_VERSION).tgz
 VUEJS_ROUTER_SITE = https://registry.npmjs.org/vue-router/-
 VUEJS_ROUTER_LICENSE = MIT
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6
  2021-08-30 11:24 [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6 Thomas Claveirole
  2021-08-30 11:24 ` [Buildroot] [PATCH] package/vuejs-router: bump version to 4.0.11 Thomas Claveirole
@ 2021-09-11 14:21 ` Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-09-11 14:21 UTC (permalink / raw)
  To: Thomas Claveirole, buildroot; +Cc: Johan Oudinet



On 30/08/2021 13:24, Thomas Claveirole wrote:
> Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>

 Both applied to master, thanks.

> ---
>  package/vuejs/vuejs.hash | 2 +-
>  package/vuejs/vuejs.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/vuejs/vuejs.hash b/package/vuejs/vuejs.hash
> index c2804961d2..1801a0c6e9 100644
> --- a/package/vuejs/vuejs.hash
> +++ b/package/vuejs/vuejs.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  ddd5e07483d18d2abd645c01200f57d5ffd1c3bf262cdb9f9e1a66a7b855d84a  vue-3.1.5.tgz
> +sha256  464ea5fdbcb51eee0b5f4762f169024b36a3bcd2c039ea8608b17fdd8a8595e9  vue-3.2.6.tgz
>  sha256  1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175  LICENSE
> diff --git a/package/vuejs/vuejs.mk b/package/vuejs/vuejs.mk
> index 18e12f69d4..e2fc2c2dfb 100644
> --- a/package/vuejs/vuejs.mk
> +++ b/package/vuejs/vuejs.mk
> @@ -4,13 +4,13 @@
>  #
>  ################################################################################
>  
> -VUEJS_VERSION = 3.1.5
> +VUEJS_VERSION = 3.2.6
>  VUEJS_SOURCE = vue-$(VUEJS_VERSION).tgz
>  VUEJS_SITE = https://registry.npmjs.org/vue/-
>  VUEJS_LICENSE = MIT
>  VUEJS_LICENSE_FILES = LICENSE
>  
> -# Install .min.js as .js
> +# Install .prod.js as .js

 I've added some text in the commit message to explain this change.

 Regards,
 Arnout

>  define VUEJS_INSTALL_TARGET_CMDS
>  	$(INSTALL) -m 644 -D $(@D)/dist/vue.global.prod.js \
>  		$(TARGET_DIR)/var/www/vue.js
> 
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-11 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 11:24 [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6 Thomas Claveirole
2021-08-30 11:24 ` [Buildroot] [PATCH] package/vuejs-router: bump version to 4.0.11 Thomas Claveirole
2021-09-11 14:21 ` [Buildroot] [PATCH] package/vuejs: bump version to 3.2.6 Arnout Vandecappelle

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.