vscode: update to 1.83.1
This commit is contained in:
parent
f1d107f0b3
commit
ccdfce5050
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'vscode'
|
||||
pkgname=vscode
|
||||
version=1.83.0
|
||||
version=1.83.1
|
||||
revision=1
|
||||
_electronver=24.3.0
|
||||
_npmver=8.6.0
|
||||
hostmakedepends="pkg-config python3 nodejs yarn tar git ripgrep"
|
||||
hostmakedepends="pkg-config python3 python3-setuptools nodejs yarn tar git ripgrep"
|
||||
makedepends="libxkbfile-devel libsecret-devel libxml2-devel mit-krb5-devel ncurses-devel electron24"
|
||||
depends="libXtst ncurses nss dejavu-fonts-ttf xdg-utils ripgrep electron24"
|
||||
short_desc="Microsoft Code for Linux"
|
||||
|
@ -12,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alex.lohr@logmein.com>"
|
|||
license="MIT"
|
||||
homepage="https://code.visualstudio.com/"
|
||||
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=4be78681d5009f184cdf3905d3c3c1caf3e95987104047660eb2203dc783a8e5
|
||||
checksum=45c563424dfbff6e80c5621b5ecc1b7276141c944c1fa39401a98a800b576410
|
||||
nocross=yes # x64 build does not cut it, it contains native code
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||
|
|
Loading…
Reference in New Issue