Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode: update to 1.62.3 #34161

Merged
merged 1 commit into from Nov 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/vscode/template
@@ -1,8 +1,8 @@
# Template file for 'vscode'
pkgname=vscode
version=1.62.2
version=1.62.3
revision=1
_electronver=13.3.0
_electronver=13.6.1
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
makedepends="libxkbfile-devel libsecret-devel electron13"
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron13"
Expand All @@ -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=90adb3a4260e824fc55c68c983ad623c6d9b562c6422b9aee0e3fd9db4ad84ae
checksum=87638a1b26f58225d3cae953f5a5036139ef3529a43caee50c4c18def801ce22
nocross=yes # x64 build does not cut it, it contains native code

if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
Expand Down