File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ def get_host_arch(d):
2424VSCODE_ARCH ?= "${@ get_host_arch (d )}"
2525
2626GIT_SHA = "dc96b837cf6bb4af9cd736aa3af08cf8279f7685"
27- SRC_URI = "https://vscode.download.prss.microsoft.com/dbazure/download/stable/${GIT_SHA} /code-stable-${VSCODE_ARCH} -1715058820.tar.gz;name=vscode-${VSCODE_ARCH} "
27+ TIMESTAMP -arm64 = "1715058820"
28+ TIMESTAMP -armhf = "1715058860"
29+ TIMESTAMP -x64 = "1715058993"
30+ 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} "
2831SRC_URI [vscode -arm64 . md5sum ] = "c71bd32ab70f5615621e61c548be9e4c"
2932SRC_URI [vscode -armhf . md5sum ] = "68e224b57fa70999002819aa5869ed91"
3033SRC_URI [vscode -x64 . md5sum ] = "d36230c467c3a4f929881f3a61756971"
You can’t perform that action at this time.
0 commit comments