From 228c70b304c01439cc091c7808e7bb3ce72ed256 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 21:58:36 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.15.5. (#9642) --- .../GoLang/Go/1.15.5/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.15.5/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.15.5/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.15.5/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.15.5/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.15.5/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.15.5/GoLang.Go.installer.yaml new file mode 100644 index 000000000..956aedb7e --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.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.15.5 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.15.5.windows-amd64.msi + InstallerSha256: C20EB1E9E2976B59A379096867AF7C632FA3A30D5B0C666FF037463E7FA0F65F + InstallerType: msi + ProductCode: "{D8A2A1CC-765C-4301-909B-685EDBA0C36D}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.15.5.windows-386.msi + InstallerSha256: 28FAD44B732033302D14E10E2CFF133FD35E02C8089F5B1B0D16572AB39AEC2A + InstallerType: msi + ProductCode: "{CC5D867D-4557-42F6-BE1F-854F0CC547ED}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.15.5/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.15.5/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..cf9fb5fed --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.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.15.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.15.5/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.15.5/GoLang.Go.yaml index 7edb75b9b..86411fa43 100644 --- a/manifests/g/GoLang/Go/1.15.5/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.15.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.15.5 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.15.5/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.5.windows-amd64.msi - InstallerSha256: c20eb1e9e2976b59a379096867af7c632fa3a30d5b0c666ff037463e7fa0f65f - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +