diff --git a/recipes-devtools/vscode/vscode_1.123.0.bb b/recipes-devtools/vscode/vscode_1.127.0.bb similarity index 87% rename from recipes-devtools/vscode/vscode_1.123.0.bb rename to recipes-devtools/vscode/vscode_1.127.0.bb index 167edcd..4d72f6a 100644 --- a/recipes-devtools/vscode/vscode_1.123.0.bb +++ b/recipes-devtools/vscode/vscode_1.127.0.bb @@ -33,16 +33,16 @@ VSCODE_ARCH ?= "${@get_vscode_arch(d)}" # the version means re-resolving these via # `curl -sLI https://update.code.visualstudio.com/latest/linux-$arch/stable` # and copying the timestamp out of the Location header. -GIT_SHA = "6a44c352bd24569c417e530095901b649960f9f8" -TIMESTAMP-arm64 = "1780481475" -TIMESTAMP-armhf = "1780481460" -TIMESTAMP-x64 = "1780481459" +GIT_SHA = "4fe60c8b1cdac1c4c174f2fb180d0d758272d713" +TIMESTAMP-arm64 = "1782810933" +TIMESTAMP-armhf = "1782810897" +TIMESTAMP-x64 = "1782814647" 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}" -SRC_URI[vscode-x64.sha256sum] = "2fdef947717befd2e06854cbe01e99b4898f7752f25e12269c38023e63b93c8f" -SRC_URI[vscode-arm64.sha256sum] = "8dc142ebaf162808e5623bb7dd123aa6800a9e19b77cbd613b5e9a954c23c2fe" -SRC_URI[vscode-armhf.sha256sum] = "2eaa1f9e766277f2349554f2842ef21c3f85c73e1d481c4a27c9fe969daeb9c4" +SRC_URI[vscode-x64.sha256sum] = "e06fb36791c9baf7495d4b7dc0f5aaa8254e7d1a60a5ee43e6c7debc05c962b5" +SRC_URI[vscode-arm64.sha256sum] = "5049291a54d5fca67c41cc3f3813823434076e50fb8071e5a12ccceb616f0e7c" +SRC_URI[vscode-armhf.sha256sum] = "45fa761fa2fb6d75e17717f6ca9856f585c3196d7e11ad2729dc93152f18fed5" # Styhead+ introduced UNPACKDIR as the directory do_unpack writes to, # distinct from WORKDIR which is reserved for build artefacts. We have