From 1e4f12aab8b16200ac8213560362ffd8e9392630 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 15:14:18 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.14.6. (#9629) --- .../GoLang/Go/1.14.6/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.14.6/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.14.6/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.14.6/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.14.6/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.14.6/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.14.6/GoLang.Go.installer.yaml new file mode 100644 index 000000000..7dabab308 --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.6/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.6 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.14.6.windows-amd64.msi + InstallerSha256: 6D3C766B1B57153EDE6C763379884879D7FA779047549DA07749A691D25CC9D2 + InstallerType: msi + ProductCode: "{02C7481D-3B7E-4229-8895-C5C67356E2DB}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.14.6.windows-386.msi + InstallerSha256: 286EE3B810FCBFF542FE0457D6A4932EBE07C1AE279A70A88E887B3205B8F9F3 + InstallerType: msi + ProductCode: "{C47D70E3-70DE-4930-8DB1-B38EE42C6468}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.14.6/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.14.6/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..9f5d89f41 --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.6/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.6 +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.6/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.14.6/GoLang.Go.yaml index 23a668087..c8295fa5e 100644 --- a/manifests/g/GoLang/Go/1.14.6/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.14.6/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.6 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.14.6/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.6.windows-amd64.msi - InstallerSha256: 6D3C766B1B57153EDE6C763379884879D7FA779047549DA07749A691D25CC9D2 - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +