Skip to content

Commit 3833707

Browse files
vscode: bump to 1.123.0
Microsoft released VSCode 1.123.0 (SHA 6a44c352bd24569c417e530095901b649960f9f8). Per-arch tarball timestamps: x64 1780481459 arm64 1780481475 armhf 1780481460 sha256 checksums and LICENSES.chromium.html md5 refreshed.
1 parent a487f52 commit 3833707

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ HOMEPAGE = "https://code.visualstudio.com/"
1111
# We pin LIC_FILES_CHKSUM to LICENSES.chromium.html since it's the most
1212
# stable artefact across versions and exists in every architecture's tarball.
1313
LICENSE = "Proprietary"
14-
LIC_FILES_CHKSUM = "file://LICENSES.chromium.html;md5=56eefdb0904e3e5ddf43f1d2e7f9a379"
14+
LIC_FILES_CHKSUM = "file://LICENSES.chromium.html;md5=cfa5de8d0264d369c26a42ca85a40c86"
1515

1616
# Only the three Linux arches Microsoft actually ships pre-built binaries for.
1717
# riscv64 / mips / etc users have to build from source (out of scope for this
@@ -33,16 +33,16 @@ VSCODE_ARCH ?= "${@get_vscode_arch(d)}"
3333
# the version means re-resolving these via
3434
# `curl -sLI https://update.code.visualstudio.com/latest/linux-$arch/stable`
3535
# and copying the timestamp out of the Location header.
36-
GIT_SHA = "8761a5560cfd65fdd19ce7e2bd18dab5c0a4d84e"
37-
TIMESTAMP-arm64 = "1780040736"
38-
TIMESTAMP-armhf = "1780040724"
39-
TIMESTAMP-x64 = "1780040715"
36+
GIT_SHA = "6a44c352bd24569c417e530095901b649960f9f8"
37+
TIMESTAMP-arm64 = "1780481475"
38+
TIMESTAMP-armhf = "1780481460"
39+
TIMESTAMP-x64 = "1780481459"
4040

4141
SRC_URI = "https://vscode.download.prss.microsoft.com/dbazure/download/stable/${GIT_SHA}/code-stable-${VSCODE_ARCH}-${TIMESTAMP-${VSCODE_ARCH}}.tar.gz;name=vscode-${VSCODE_ARCH}"
4242

43-
SRC_URI[vscode-x64.sha256sum] = "b76e983771395da489ee0922f279b4ea1561e19bd70c453beccef8f59aea7c0a"
44-
SRC_URI[vscode-arm64.sha256sum] = "f2c61a9c8d76a8330f8151bb4b440a2c4914d22fd2202909e70cff3b084ffa2e"
45-
SRC_URI[vscode-armhf.sha256sum] = "d7a714bb50b7f3d79d7f4687c57c532c9c23c66a47c4cf26bf56059cf0cb80fe"
43+
SRC_URI[vscode-x64.sha256sum] = "2fdef947717befd2e06854cbe01e99b4898f7752f25e12269c38023e63b93c8f"
44+
SRC_URI[vscode-arm64.sha256sum] = "8dc142ebaf162808e5623bb7dd123aa6800a9e19b77cbd613b5e9a954c23c2fe"
45+
SRC_URI[vscode-armhf.sha256sum] = "2eaa1f9e766277f2349554f2842ef21c3f85c73e1d481c4a27c9fe969daeb9c4"
4646

4747
# Styhead+ introduced UNPACKDIR as the directory do_unpack writes to,
4848
# distinct from WORKDIR which is reserved for build artefacts. We have

0 commit comments

Comments
 (0)