From 0a38abf78fa53640e10720b88dfea404b008da6e Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 16:12:08 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.15.2. (#9638) --- .../GoLang/Go/1.15.2/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.15.2/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.15.2/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.15.2/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.15.2/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.15.2/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.15.2/GoLang.Go.installer.yaml new file mode 100644 index 000000000..e9079ad59 --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.2/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.2 +Installers: +- Architecture: x64 + InstallerUrl: https://golang.org/dl/go1.15.2.windows-amd64.msi + InstallerSha256: E31682789439BCC8C24EF5129C56F1558647822A03FEB0C3ED7D48B9A8E22D97 + InstallerType: msi + ProductCode: "{868703B4-BCAA-43DB-9BAA-903731FCAD22}" +- Architecture: x86 + InstallerUrl: https://golang.org/dl/go1.15.2.windows-386.msi + InstallerSha256: FADAB96CA321033D8D16C7052870BB875872E2EB72E198F30564356E801FBB89 + InstallerType: msi + ProductCode: "{1BBE6DE0-DD2F-42AC-9D69-6C3A98642730}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.15.2/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.15.2/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..81b9a7079 --- /dev/null +++ b/manifests/g/GoLang/Go/1.15.2/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.2 +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.2/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.15.2/GoLang.Go.yaml index a7f99a00d..0ab2b69b0 100644 --- a/manifests/g/GoLang/Go/1.15.2/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.15.2/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.2 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.15.2/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.2.windows-amd64.msi - InstallerSha256: e31682789439bcc8c24ef5129c56f1558647822a03feb0c3ed7d48b9a8e22d97 - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +