From 819525f2d6018e2e0ba20639b6f5a0c1c283c842 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 15:16:12 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.14.3. (#9626) --- .../GoLang/Go/1.14.3/GoLang.Go.installer.yaml | 17 +++++++++++++++++ .../Go/1.14.3/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++++++ manifests/g/GoLang/Go/1.14.3/GoLang.Go.yaml | 18 ++++-------------- 3 files changed, 40 insertions(+), 14 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.14.3/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.14.3/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.14.3/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.14.3/GoLang.Go.installer.yaml new file mode 100644 index 000000000..36bf0c59d --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.3/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.3 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.14.3.windows-amd64.msi + InstallerSha256: C4F0BE14D69F85A2BF4D4FBFD9C879C2F8FCB4560F117DF0E17AA1999F8A319E + InstallerType: msi + ProductCode: "{B587E2AC-C8FF-49A0-8FD8-C8EEE579A970}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.14.3.windows-386.msi + InstallerSha256: B2BD9CB8D05F2C7279C26B6E0EE4867AD20D2BA386EE37EEAE1CFB0CE7745E61 + InstallerType: msi + ProductCode: "{007FED75-D273-4FF0-B20B-838A1768E957}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.14.3/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.14.3/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..151ed188a --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.3/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.3 +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.3/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.14.3/GoLang.Go.yaml index 23acdebc9..595108723 100644 --- a/manifests/g/GoLang/Go/1.14.3/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.14.3/GoLang.Go.yaml @@ -1,17 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: GoLang.Go PackageVersion: 1.14.3 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.14.3/LICENSE -Moniker: go -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.3.windows-amd64.msi - InstallerSha256: C4F0BE14D69F85A2BF4D4FBFD9C879C2F8FCB4560F117DF0E17AA1999F8A319E - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +