Added x86 architecture for Go version 1.15.1. (#9637)

This commit is contained in:
Easton Pillay
2021-04-07 00:26:21 -05:00
committed by GitHub
parent f198ad10b8
commit 17c6a0602f
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.1
Installers:
- Architecture: x64
InstallerUrl: https://golang.org/dl/go1.15.1.windows-amd64.msi
InstallerSha256: CB815D57ECC701C401A600C6D0D5AC1BAE4B3569F47963B90C405E79196F2D7D
InstallerType: msi
ProductCode: "{CDB1B30E-6D5E-4DFE-AA60-64B944AE24B8}"
- Architecture: x86
InstallerUrl: https://golang.org/dl/go1.15.1.windows-386.msi
InstallerSha256: 0D652FC24135EEEF21E5792E40DB401F91777041ED0D335DCA824FED51A6CE9D
InstallerType: msi
ProductCode: "{45276087-2DEB-4E2C-9B85-2F67EE848991}"
ManifestType: installer
ManifestVersion: 1.0.0