vscode: update to 1.52.1.
This commit is contained in:
parent
6f727d6d59
commit
4049928c79
2 changed files with 7 additions and 7 deletions
srcpkgs/vscode
|
@ -1,10 +1,10 @@
|
||||||
diff --git a/product.json b/product.json
|
diff --git a/product.json b/product.json
|
||||||
index 2b884d18f301..601c429e3cdf 100644
|
index 207bcf8f512e..572fbfb39b56 100644
|
||||||
--- a/product.json
|
--- a/product.json
|
||||||
+++ b/product.json
|
+++ b/product.json
|
||||||
@@ -22,12 +22,20 @@
|
@@ -22,12 +22,20 @@
|
||||||
"licenseFileName": "LICENSE.txt",
|
"licenseFileName": "LICENSE.txt",
|
||||||
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
|
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
||||||
"urlProtocol": "code-oss",
|
"urlProtocol": "code-oss",
|
||||||
+ "quality": "stable",
|
+ "quality": "stable",
|
||||||
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
||||||
|
@ -12,8 +12,8 @@ index 2b884d18f301..601c429e3cdf 100644
|
||||||
"extensionAllowedProposedApi": [
|
"extensionAllowedProposedApi": [
|
||||||
"ms-vscode.vscode-js-profile-flame",
|
"ms-vscode.vscode-js-profile-flame",
|
||||||
"ms-vscode.vscode-js-profile-table",
|
"ms-vscode.vscode-js-profile-table",
|
||||||
"ms-vscode.references-view",
|
"ms-vscode.github-browser",
|
||||||
"ms-vscode.github-browser"
|
"ms-vscode.github-richnav"
|
||||||
],
|
],
|
||||||
+ "extensionsGallery": {
|
+ "extensionsGallery": {
|
||||||
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.51.1
|
version=1.52.1
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=9.3.1
|
_electronver=9.3.4
|
||||||
hostmakedepends="pkg-config python nodejs yarn tar git"
|
hostmakedepends="pkg-config python nodejs yarn tar git"
|
||||||
makedepends="libxkbfile-devel libsecret-devel electron9"
|
makedepends="libxkbfile-devel libsecret-devel electron9"
|
||||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
|
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||||
checksum=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
|
checksum=4a2b4e3500bff73503322fc3a68099ec4151d3e800cf2bb6e9478f2e94637b6a
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Reference in a new issue