mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
vscode: update to 1.100.3.
This commit is contained in:
parent
9be5f949c1
commit
44d8e27f77
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.100.2
|
version=1.100.3
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=33.2.0
|
_electronver=35.7.2
|
||||||
_npmver=10.8.3
|
_npmver=10.8.3
|
||||||
hostmakedepends="pkg-config python3 python3-setuptools nodejs tar git ripgrep"
|
hostmakedepends="pkg-config python3 python3-setuptools nodejs tar git ripgrep"
|
||||||
makedepends="libxkbfile-devel libsecret-devel libxml2-devel mit-krb5-devel nodejs-devel ncurses-devel electron33-devel"
|
makedepends="libxkbfile-devel libsecret-devel libxml2-devel mit-krb5-devel nodejs-devel ncurses-devel electron${_electronver%%.*}-devel"
|
||||||
depends="libXtst ncurses nss xdg-utils ripgrep electron33"
|
depends="libXtst ncurses nss xdg-utils ripgrep electron${_electronver%%.*}"
|
||||||
short_desc="Microsoft Code for Linux"
|
short_desc="Microsoft Code for Linux"
|
||||||
maintainer="Alex Lohr <alexthkloss@web.de>"
|
maintainer="Alex Lohr <alexthkloss@web.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=de57439ffcdfe70020d6c2397b0d62089cc01fe7fe612a65649cbaa5360a6a81
|
checksum=41aea581620e48f7ba33e29ab6a9b43d25632ce11d06480cdfe0e8f904fe3637
|
||||||
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…
Add table
Reference in a new issue