Skip to content

Commit 2016ac8

Browse files
add timestamp to url
Signed-off-by: Tyler Baker <tylebake@quicinc.com>
1 parent 46149bc commit 2016ac8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

recipes-devtools/vscode/vscode_1.89.bb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ def get_host_arch(d):
2424
VSCODE_ARCH ?= "${@get_host_arch(d)}"
2525

2626
GIT_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}"
2831
SRC_URI[vscode-arm64.md5sum] = "c71bd32ab70f5615621e61c548be9e4c"
2932
SRC_URI[vscode-armhf.md5sum] = "68e224b57fa70999002819aa5869ed91"
3033
SRC_URI[vscode-x64.md5sum] = "d36230c467c3a4f929881f3a61756971"

0 commit comments

Comments
 (0)