From 32033cef0b7db24795c160ed656c609019de0a53 Mon Sep 17 00:00:00 2001 From: Giorgi Beriashvili Date: Mon, 13 Jul 2020 22:49:53 +0400 Subject: [PATCH] Update VS Code to version 1.47.0 # Description I had to adjust some settings locally to successfully build the software on my machine (I had `git not found` and other types of errors and had to comment out some lines of the template file), but in the end, it worked. Since I presume that the official building process will be less error prone compared to mine, I decided to make this pull request. The software itself runs without any glaring problems. --- srcpkgs/vscode/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template index d870454e6f9..eacfca356bc 100644 --- a/srcpkgs/vscode/template +++ b/srcpkgs/vscode/template @@ -1,6 +1,6 @@ # Template file for 'vscode' pkgname=vscode -version=1.46.0 +version=1.47.0 revision=1 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar" makedepends="libxkbfile-devel libsecret-devel" @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://code.visualstudio.com/" distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz" -checksum=5bf4d51773bb26a484e0063b668cba38b5f7451cb77be230fbf64fa44d498ad8 +checksum=63e70521f11ab18643261f1bf779dc1a95855ea830010ab5481caf8b58fc5fac patch_args="-Np1" # Due to electron