Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode: update to 1.70.0. #38479

Merged
merged 1 commit into from
Aug 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/vscode/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'vscode'
pkgname=vscode
version=1.69.2
version=1.70.0
revision=1
_electronver=19.0.8
_npmver=8.6.0
Expand All @@ -12,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alex.lohr@logmein.com>"
license="MIT"
homepage="https://code.visualstudio.com/"
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
checksum=da73d5c322a6a8cbc8ac77fb68720327a3d42df592712248b63f86f9633618a0
checksum=7a4a228a641f58780c4afa298277f226ef05661d1a08df9d4ca25d3200bc27b7
nocross=yes # x64 build does not cut it, it contains native code

if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
Expand Down