From ae66fdf27d7dd74b81c64d7179bbf84482084e76 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 18:05:23 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.16.0. (#9647) --- .../GoLang/Go/1.16.0/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.16.0/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.16.0/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.16.0/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.16.0/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.16.0/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.16.0/GoLang.Go.installer.yaml new file mode 100644 index 000000000..f3245c45c --- /dev/null +++ b/manifests/g/GoLang/Go/1.16.0/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.16.0 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/go/go1.16.windows-amd64.msi + InstallerSha256: 0FD550A74F6C8EF5DF405751F5E39A0BA25786930C5D61503BF71D3C3EFA2414 + InstallerType: msi + ProductCode: "{B31F6C02-9758-49E4-A0B1-D41E3D8EF8B9}" +- Architecture: x86 + InstallerUrl: https://dl.google.com/go/go1.15.windows-386.msi + InstallerSha256: 33780D3A21B05FC0BB9F76380390D3233BC62347EA58349C6317FFADD8CB2429 + InstallerType: msi + ProductCode: "{2B230F90-EC69-4B87-B178-27AE9A8F5A73}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.16.0/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.16.0/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..5b10c461a --- /dev/null +++ b/manifests/g/GoLang/Go/1.16.0/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.16.0 +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.16.0/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.16.0/GoLang.Go.yaml index 25b6990f0..4ba1b3589 100644 --- a/manifests/g/GoLang/Go/1.16.0/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.16.0/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.16.0 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.16/LICENSE -Moniker: go -Tags: -- go -- golang -- go1.16 -- golang1.16 -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.16.windows-amd64.msi - InstallerSha256: 0fd550a74f6c8ef5df405751f5e39a0ba25786930c5d61503bf71d3c3efa2414 - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +