Added x86 architecture for Go version 1.14.9. (#9632)

This commit is contained in:
Easton Pillay
2021-04-02 15:33:56 -05:00
committed by GitHub
parent 3efea10185
commit 70ac9e92e1
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.14.9
Installers:
- Architecture: x64
InstallerUrl: https://golang.org/dl/go1.14.9.windows-amd64.msi
InstallerSha256: 955DC4F0FEF2D4EE0CB8673E67DE8388F8E889E138C68FA0570204F740FAFE41
InstallerType: msi
ProductCode: "{772E9640-9474-488E-B407-B795C353DC3C}"
- Architecture: x86
InstallerUrl: https://golang.org/dl/go1.14.9.windows-386.msi
InstallerSha256: 83472063A0F4E4A1C729E3CCA387BD2794F4BF4C5087D92F45AD1CC3EFD2BD00
InstallerType: msi
ProductCode: "{FF8A3FB5-3577-4CB8-93A2-F56970BA40CB}"
ManifestType: installer
ManifestVersion: 1.0.0