From 4c75e944472edcfe5c1082cde1e701c7b9f7dff0 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 22:03:56 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.15.8. (#9646) --- .../GoLang/Go/1.15.8/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.15.8/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.15.8/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.15.8/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.15.8/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.15.8/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.15.8/GoLang.Go.installer.yaml new file mode 100644 index 000000000..59c76f2af --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.8/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.8 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.15.8.windows-amd64.msi + InstallerSha256: EDC1BD458F090AC4823EC79181B350BD5446073B4432ACAF2B326C85415D7DAA + InstallerType: msi + ProductCode: "{FB7989F9-41B7-4978-B4F6-81B35925913C}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.15.8.windows-386.msi + InstallerSha256: 80E07B56A3BBC22E4970C3C7232CDF97875C79F30120D9C202FC68590001455A + InstallerType: msi + ProductCode: "{94B7546B-7C00-44E7-B40B-6E02C1A94322}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.15.8/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.15.8/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..60a913c04 --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.8/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.8 +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.8/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.15.8/GoLang.Go.yaml index 11450060e..6d3f11d6d 100644 --- a/manifests/g/GoLang/Go/1.15.8/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.15.8/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.8 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.15.8/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.8.windows-amd64.msi - InstallerSha256: edc1bd458f090ac4823ec79181b350bd5446073b4432acaf2b326c85415d7daa - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +