Added x86 architecture for Go version 1.15.2. (#9638)

This commit is contained in:
Easton Pillay
2021-04-02 16:12:08 -05:00
committed by GitHub
parent 953710cea8
commit 0a38abf78f
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.2
Installers:
- Architecture: x64
InstallerUrl: https://golang.org/dl/go1.15.2.windows-amd64.msi
InstallerSha256: E31682789439BCC8C24EF5129C56F1558647822A03FEB0C3ED7D48B9A8E22D97
InstallerType: msi
ProductCode: "{868703B4-BCAA-43DB-9BAA-903731FCAD22}"
- Architecture: x86
InstallerUrl: https://golang.org/dl/go1.15.2.windows-386.msi
InstallerSha256: FADAB96CA321033D8D16C7052870BB875872E2EB72E198F30564356E801FBB89
InstallerType: msi
ProductCode: "{1BBE6DE0-DD2F-42AC-9D69-6C3A98642730}"
ManifestType: installer
ManifestVersion: 1.0.0