mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vscode: update to 1.71.0
This commit is contained in:
parent
50d5b0f6b4
commit
753b8f45ba
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/product.json b/product.json
|
diff --git a/product.json b/product.json
|
||||||
index a50c00f6cf3..8dd13191377 100644
|
index 736f4355886..339ac2005a4 100644
|
||||||
--- a/product.json
|
--- a/product.json
|
||||||
+++ b/product.json
|
+++ b/product.json
|
||||||
@@ -27,7 +27,15 @@
|
@@ -27,7 +27,15 @@
|
||||||
|
@ -9,7 +9,7 @@ index a50c00f6cf3..8dd13191377 100644
|
||||||
+ "quality": "stable",
|
+ "quality": "stable",
|
||||||
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
||||||
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
|
+ "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": {
|
+ "extensionsGallery": {
|
||||||
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.70.2
|
version=1.71.0
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=19.0.8
|
_electronver=19.0.8
|
||||||
_npmver=8.6.0
|
_npmver=8.6.0
|
||||||
|
@ -12,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alex.lohr@logmein.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
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
|
nocross=yes # x64 build does not cut it, it contains native code
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue