Added x86 architecture for Go version 1.15.8. (#9646)

This commit is contained in:
Easton Pillay
2021-04-02 22:03:56 -05:00
committed by GitHub
parent 228c70b304
commit 4c75e94447
3 changed files with 40 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: GoLang.Go
PackageVersion: 1.15.8
Installers:
- Architecture: x64
InstallerUrl: https://golang.org/dl/go1.15.8.windows-amd64.msi
InstallerSha256: EDC1BD458F090AC4823EC79181B350BD5446073B4432ACAF2B326C85415D7DAA
InstallerType: msi
ProductCode: "{FB7989F9-41B7-4978-B4F6-81B35925913C}"
- Architecture: x86
InstallerUrl: https://golang.org/dl/go1.15.8.windows-386.msi
InstallerSha256: 80E07B56A3BBC22E4970C3C7232CDF97875C79F30120D9C202FC68590001455A
InstallerType: msi
ProductCode: "{94B7546B-7C00-44E7-B40B-6E02C1A94322}"
ManifestType: installer
ManifestVersion: 1.0.0