vscode: update to 1.56.0
This commit is contained in:
parent
c5dc4d45dd
commit
4b19f2fd81
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.55.2
|
version=1.56.0
|
||||||
revision=2
|
revision=1
|
||||||
_electronver=10.4.3
|
_electronver=12.0.4
|
||||||
hostmakedepends="pkg-config python nodejs yarn tar git"
|
hostmakedepends="pkg-config python nodejs yarn tar git"
|
||||||
makedepends="libxkbfile-devel libsecret-devel electron10"
|
makedepends="libxkbfile-devel libsecret-devel electron12"
|
||||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron10"
|
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron12"
|
||||||
short_desc="Microsoft Code for Linux"
|
short_desc="Microsoft Code for Linux"
|
||||||
maintainer="shizonic <realtiaz@gmail.com>"
|
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=43cb929a0fd3d569ff8a734df7a97a02c3d1107eda4c195d97835e6d08432cbc
|
checksum=ccc1045d10b3b35a4f2fba5c536c902addac22f63c8e1c781ec636edf74358cc
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Reference in New Issue