vscode: update to 1.50.1.
[ci skip]
This commit is contained in:
parent
570959c24d
commit
eb5fbaade1
2 changed files with 6 additions and 7 deletions
|
@ -1,14 +1,13 @@
|
||||||
diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
|
diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
|
||||||
index 3488d7b51c..731282a881 100644
|
index d046aa71ed2f..0740fc225b3f 100644
|
||||||
--- a/build/gulpfile.vscode.js
|
--- a/build/gulpfile.vscode.js
|
||||||
+++ b/build/gulpfile.vscode.js
|
+++ b/build/gulpfile.vscode.js
|
||||||
@@ -267,7 +267,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
|
@@ -263,7 +263,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
|
||||||
let result = all
|
let result = all
|
||||||
.pipe(util.skipDirectories())
|
.pipe(util.skipDirectories())
|
||||||
.pipe(util.fixWin32DirectoryPermissions())
|
.pipe(util.fixWin32DirectoryPermissions())
|
||||||
- .pipe(electron(_.extend({}, config, { platform, arch, ffmpegChromium: true })))
|
- .pipe(electron(_.extend({}, config, { platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: true })))
|
||||||
+ .pipe(electron(_.extend({}, config, { platform, arch, ffmpegChromium: false })))
|
+ .pipe(electron(_.extend({}, config, { platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: false })))
|
||||||
.pipe(filter(['**', '!LICENSE', '!LICENSES.chromium.html', '!version'], { dot: true }));
|
.pipe(filter(['**', '!LICENSE', '!LICENSES.chromium.html', '!version'], { dot: true }));
|
||||||
|
|
||||||
if (platform === 'linux') {
|
if (platform === 'linux') {
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.49.3
|
version=1.50.1
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=9.3.1
|
_electronver=9.3.1
|
||||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
|
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
|
||||||
|
@ -11,7 +11,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=d3d8531515ea2b73531ab5067970c610aff18d2f61e57ce0f724ef8cc9f341dc
|
checksum=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue