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.
This commit is contained in:
Jordan Williams
2020-12-31 15:38:32 -06:00
parent a5f8131a08
commit 25109bc8b4
+2 -2
View File
@@ -89,13 +89,13 @@ modules:
- type: extra-data - type: extra-data
filename: code.deb filename: code.deb
only-arches: [x86_64] 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 sha256: eccdcaa756fa58947fa046f3a0b3420e8b93c22fb1d50de76f5d8a313a3f5fa4
size: 64770102 size: 64770102
x-checker-data: x-checker-data:
type: debian-repo type: debian-repo
package-name: code package-name: code
root: http://packages.microsoft.com/repos/vscode root: http://packages.microsoft.com/repos/code
dist: stable dist: stable
component: main component: main
- type: extra-data - type: extra-data