vscode: update to 1.31.1. [skip ci]
This commit is contained in:
parent
ddaa79eb16
commit
84b13777ab
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.31.0
|
version=1.31.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config python nodejs-lts yarn"
|
hostmakedepends="pkg-config python nodejs-lts yarn"
|
||||||
makedepends="libxkbfile-devel libsecret-devel"
|
makedepends="libxkbfile-devel libsecret-devel"
|
||||||
|
@ -10,11 +10,11 @@ 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=ac7d025b85519f4563eebd112d5deec48ac742b5dcfcff6c6fcfce36c01baeba
|
checksum=040f4285298417d8b75db4d5b5561b01ad0d0e5516355533773b8a4452c84b9f
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
# Due to electron
|
# Due to electron
|
||||||
only_for_archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
nostrip_files="code-oss"
|
nostrip_files="code-oss"
|
||||||
|
|
||||||
# The default memory limit may be too low for current versions of node
|
# The default memory limit may be too low for current versions of node
|
||||||
|
|
Loading…
Reference in New Issue