[Buildroot] [PATCH] package/vuejs: bump version to 3.2.6

Arnout Vandecappelle arnout at mind.be
Sat Sep 11 14:21:55 UTC 2021



On 30/08/2021 13:24, Thomas Claveirole wrote:
> Signed-off-by: Thomas Claveirole <thomas.claveirole at 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
> 


More information about the buildroot mailing list