vscode: update to 1.53.1.

This commit is contained in:
Toby Merz 2021-02-05 09:01:03 +01:00 committed by Érico Nogueira Rolim
parent f16cf1dc79
commit c1866dfc2f
2 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index ef8fa4a47f66..7b8b710636a7 100644
index 18ccef884a9d..61acb0a4d10b 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -73,5 +73,3 @@ yarnInstall('test/automation'); // node modules required for smoketest
yarnInstall('test/smoke'); // node modules required for smoketest
yarnInstall('test/integration/browser'); // node modules required for integration
yarnInstallBuildDependencies(); // node modules for watching, specific to host node version, not electron
@@ -87,5 +87,3 @@ runtime "${runtime}"`;
fs.writeFileSync(yarnrcPath, yarnrc, 'utf8');
yarnInstall(watchPath);
}
-
-cp.execSync('git config pull.rebase true');

View File

@ -1,8 +1,8 @@
# Template file for 'vscode'
pkgname=vscode
version=1.52.1
version=1.53.1
revision=1
_electronver=9.3.4
_electronver=9.4.1
hostmakedepends="pkg-config python nodejs yarn tar git"
makedepends="libxkbfile-devel libsecret-devel electron9"
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
homepage="https://code.visualstudio.com/"
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
checksum=4a2b4e3500bff73503322fc3a68099ec4151d3e800cf2bb6e9478f2e94637b6a
checksum=e64d6962389cb1e1f09558fa231f1e0eece87a059b09d6ba55a894e994997a39
patch_args="-Np1"
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then