From 37a67d76d24623e7e519269e2788a322bd54c341 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Tue, 13 Apr 2021 20:38:53 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.15.3. (#9639) * Added x86 architecture for Go version 1.15.3. * Force pipeline rerun. --- .../GoLang/Go/1.15.3/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.15.3/GoLang.Go.locale.en-US.yaml | 19 ++++++++++++++++ manifests/g/GoLang/Go/1.15.3/GoLang.Go.yaml | 22 +++---------------- 3 files changed, 39 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.15.3/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.15.3/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.15.3/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.15.3/GoLang.Go.installer.yaml new file mode 100644 index 000000000..ca872d99e --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.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.15.3 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.15.3.windows-amd64.msi + InstallerSha256: 366791843F0F29DB97EB4EBFC0FD49EE42ECEE9272655EA56CA94A8027AE8BDD + InstallerType: msi + ProductCode: "{C7C7F1B6-FC64-401D-97E8-DAA39F4B9BFC}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.15.3.windows-386.msi + InstallerSha256: 798ADFAC0C33DF7B7E975438D356F87CF4EEF6E17769B8D27C90EA1EBE9B8802 + InstallerType: msi + ProductCode: "{E2F1D224-FCE7-4B68-8198-508EDD9776C0}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.15.3/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.15.3/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..e6c221906 --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.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.15.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.15.3/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.15.3/GoLang.Go.yaml index 172ce1c1c..d5b27d7ea 100644 --- a/manifests/g/GoLang/Go/1.15.3/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.15.3/GoLang.Go.yaml @@ -1,22 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: GoLang.Go PackageVersion: 1.15.3 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.15.3/LICENSE -Moniker: go -Tags: -- go -- golang -- go1.15 -- golang1.15 -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.15.3.windows-amd64.msi - InstallerSha256: 366791843f0f29db97eb4ebfc0fd49ee42ecee9272655ea56ca94a8027ae8bdd - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0