From 70ac9e92e17c2a91eec3e7aa8f0a62aabe56d596 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 15:33:56 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.14.9. (#9632) --- .../GoLang/Go/1.14.9/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.14.9/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.14.9/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.14.9/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.14.9/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.14.9/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.14.9/GoLang.Go.installer.yaml new file mode 100644 index 000000000..36e9f18d2 --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.9/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.9 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.14.9.windows-amd64.msi + InstallerSha256: 955DC4F0FEF2D4EE0CB8673E67DE8388F8E889E138C68FA0570204F740FAFE41 + InstallerType: msi + ProductCode: "{772E9640-9474-488E-B407-B795C353DC3C}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.14.9.windows-386.msi + InstallerSha256: 83472063A0F4E4A1C729E3CCA387BD2794F4BF4C5087D92F45AD1CC3EFD2BD00 + InstallerType: msi + ProductCode: "{FF8A3FB5-3577-4CB8-93A2-F56970BA40CB}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.14.9/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.14.9/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..a9017b368 --- /dev/null +++ b/manifests/g/GoLang/Go/1.14.9/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.9 +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.9/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.14.9/GoLang.Go.yaml index bf5f70c8d..32e027719 100644 --- a/manifests/g/GoLang/Go/1.14.9/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.14.9/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.9 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.14.9/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.9.windows-amd64.msi - InstallerSha256: 955dc4f0fef2d4ee0cb8673e67de8388f8e889e138c68fa0570204f740fafe41 - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +