From feba476a7c204e6f1057111a17ad2dea573adccc Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 15:17:10 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.14.5. (#9628) --- .../GoLang/Go/1.14.5/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.14.5/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.14.5/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.14.5/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.14.5/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.14.5/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.14.5/GoLang.Go.installer.yaml new file mode 100644 index 000000000..d3c735b9c --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.5/GoLang.Go.installer.yaml @@ -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.5 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.14.5.windows-amd64.msi + InstallerSha256: F18964960F921E786A9321361AF95FD12537881B24C619FBF9381430005ED7CC + InstallerType: msi + ProductCode: "{DBEA1AEB-0082-4105-84FA-D861FC2F1EAB}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.14.5.windows-386.msi + InstallerSha256: C5C72C355958B3097884F62D213892F6EB5EB63ADD4098E53D73CCA2AA06C04A + InstallerType: msi + ProductCode: "{B4CC2A13-DB4F-4550-B53A-9038E95F3BB3}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.14.5/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.14.5/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..491455cd7 --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.5/GoLang.Go.locale.en-US.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: GoLang.Go +PackageVersion: 1.14.5 +PackageLocale: en-US +LicenseUrl: https://github.com/golang/go/blob/go1.16/LICENSE +Moniker: go +Tags: +- go +- golang +- go1.16 +- golang1.16 +PackageUrl: https://golang.org +Publisher: Golang +PackageName: Go +License: Copyright (c) 2009 The Go Authors +ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.14.5/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.14.5/GoLang.Go.yaml index b8b254515..b0491ab38 100644 --- a/manifests/g/GoLang/Go/1.14.5/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.14.5/GoLang.Go.yaml @@ -1,22 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: GoLang.Go PackageVersion: 1.14.5 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.14.5/LICENSE -Moniker: go -Tags: -- go -- golang -- go1.14 -- golang1.14 -ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. -PackageUrl: https://golang.org -Installers: -- Architecture: x64 - InstallerUrl: https://dl.google.com/go/go1.14.5.windows-amd64.msi - InstallerSha256: F18964960F921E786A9321361AF95FD12537881B24C619FBF9381430005ED7CC - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +