Date: Saturday, March 21, 2020 @ 22:19:50 Author: ffy00 Revision: 603112
upgpkg: code 1.43.1-1 Modified: code/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 22:18:10 UTC (rev 603111) +++ PKGBUILD 2020-03-21 22:19:50 UTC (rev 603112) @@ -8,9 +8,11 @@ # NodeJS versioning cheatsheet: # - carbon: 8 # - dubnium: 10 +# - ?: 11 (not in repos) +# - erbium: 12 # Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version -_electron=electron6 -pkgver=1.42.1 +_electron=electron7 +pkgver=1.43.1 pkgrel=1 arch=('x86_64') url='https://github.com/microsoft/vscode'
