vscode: update to 1.62.3
This commit is contained in:
parent
1886961af4
commit
0a871e4e62
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.62.2
|
version=1.62.3
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=13.3.0
|
_electronver=13.6.1
|
||||||
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
|
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
|
||||||
makedepends="libxkbfile-devel libsecret-devel electron13"
|
makedepends="libxkbfile-devel libsecret-devel electron13"
|
||||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron13"
|
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron13"
|
||||||
|
@ -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=90adb3a4260e824fc55c68c983ad623c6d9b562c6422b9aee0e3fd9db4ad84ae
|
checksum=87638a1b26f58225d3cae953f5a5036139ef3529a43caee50c4c18def801ce22
|
||||||
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…
Reference in New Issue