From 25109bc8b41ac19c286dbbda67f238f2569f3bff Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Thu, 31 Dec 2020 15:38:32 -0600 Subject: [PATCH] Update amd64 URL for consistency The ARM packages are only available under the code URL, not VSCode. The amd64 package is also available here, so the URL has been updated. This keeps things consistent. --- com.visualstudio.code.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index 879d13f..1d7c7d4 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -89,13 +89,13 @@ modules: - type: extra-data filename: code.deb only-arches: [x86_64] - url: http://packages.microsoft.com/repos/vscode/pool/main/c/code/code_1.52.1-1608136922_amd64.deb + url: https://packages.microsoft.com/repos/code/pool/main/c/code/code_1.52.1-1608136922_amd64.deb sha256: eccdcaa756fa58947fa046f3a0b3420e8b93c22fb1d50de76f5d8a313a3f5fa4 size: 64770102 x-checker-data: type: debian-repo package-name: code - root: http://packages.microsoft.com/repos/vscode + root: http://packages.microsoft.com/repos/code dist: stable component: main - type: extra-data