vscode: update to 1.45.1

[skip ci]
This commit is contained in:
Alex Lohr 2020-05-16 22:05:17 +02:00 committed by Andrew Benson
parent bb76872f92
commit 73aca8daf9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'vscode' # Template file for 'vscode'
pkgname=vscode pkgname=vscode
version=1.45.0 version=1.45.1
revision=1 revision=1
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar" hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
makedepends="libxkbfile-devel libsecret-devel" makedepends="libxkbfile-devel libsecret-devel"
@ -10,7 +10,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=549e0dd00d6d84fc108246dd284c62c504688650ac74ecc6368ecaba6141c70d checksum=5436bd5e0d1b2490ed34c930c650ad7761aec08b40e99691c03d972a80cbf724
patch_args="-Np1" patch_args="-Np1"
# Due to electron # Due to electron