Skip to content

Commit

Permalink
vscode: update to 1.62.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lohr authored and ericonr committed Nov 20, 2021
1 parent 1886961 commit 0a871e4
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0a871e4

Please sign in to comment.