From e4f095a7a8178169ce3abf66e9e4a1bec6ff086e Mon Sep 17 00:00:00 2001 From: Alex Lohr Date: Sat, 3 Sep 2022 11:24:35 +0200 Subject: [PATCH] vscode: update to 1.71.0 --- srcpkgs/vscode/patches/product.patch | 4 ++-- srcpkgs/vscode/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch index 8ed252e575e7..6e085d6f0b5f 100644 --- a/srcpkgs/vscode/patches/product.patch +++ b/srcpkgs/vscode/patches/product.patch @@ -1,5 +1,5 @@ diff --git a/product.json b/product.json -index a50c00f6cf3..8dd13191377 100644 +index 736f4355886..339ac2005a4 100644 --- a/product.json +++ b/product.json @@ -27,7 +27,15 @@ @@ -9,7 +9,7 @@ index a50c00f6cf3..8dd13191377 100644 + "quality": "stable", + "documentationUrl": "https://github.com/microsoft/vscode-docs", + "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues", - "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/3c8520fab514b9f56070214496b26ff68d1b1cb5/out/vs/workbench/contrib/webview/browser/pre/", + "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/", + "extensionsGallery": { + "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", + "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template index a46df432b797..9dab06393046 100644 --- a/srcpkgs/vscode/template +++ b/srcpkgs/vscode/template @@ -1,6 +1,6 @@ # Template file for 'vscode' pkgname=vscode -version=1.70.2 +version=1.71.0 revision=1 _electronver=19.0.8 _npmver=8.6.0 @@ -12,7 +12,7 @@ maintainer="shizonic , Alex Lohr " license="MIT" homepage="https://code.visualstudio.com/" distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz" -checksum=7654fc391688e8f0d5b050529bc17bd72d837d4ad17f1f99551d0a20b179e3d0 +checksum=fb106039f73ddefdf81b393d29af6f35e262628c39007307b6748dc2ee786ea6 nocross=yes # x64 build does not cut it, it contains native code if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then