From e61b1e0511547232fb15eb7b35b0f2fdd3f5de1a Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 2 Apr 2021 18:36:43 -0500 Subject: [PATCH] Added x86 architecture for Go version 1.13.13. (#9623) --- .../Go/1.13.13/GoLang.Go.installer.yaml | 17 ++++++++++++++ .../Go/1.13.13/GoLang.Go.locale.en-US.yaml | 19 +++++++++++++++ manifests/g/GoLang/Go/1.13.13/GoLang.Go.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/g/GoLang/Go/1.13.13/GoLang.Go.installer.yaml create mode 100644 manifests/g/GoLang/Go/1.13.13/GoLang.Go.locale.en-US.yaml diff --git a/manifests/g/GoLang/Go/1.13.13/GoLang.Go.installer.yaml b/manifests/g/GoLang/Go/1.13.13/GoLang.Go.installer.yaml new file mode 100644 index 000000000..bd08544d9 --- /dev/null +++ b/manifests/g/GoLang/Go/1.13.13/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.13.13 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.google.com/go/go1.13.13.windows-amd64.msi + InstallerSha256: FF9A5046D8001CF4E7BF2065CA8E91CC078F9FEB3359F91EBD051ED542BAF387 + InstallerType: msi + ProductCode: "{E0EBE474-266E-47AA-8CCC-5F550EEF69AE}" +- Architecture: x86 + InstallerUrl: https://dl.google.com/go/go1.13.13.windows-386.msi + InstallerSha256: C603DA652EBCC8323254FFE90CDE3F14E3A6282D52202F17C107CDB19C28DF63 + InstallerType: msi + ProductCode: "{00D071AB-E402-4899-9148-95CE43414364}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/g/GoLang/Go/1.13.13/GoLang.Go.locale.en-US.yaml b/manifests/g/GoLang/Go/1.13.13/GoLang.Go.locale.en-US.yaml new file mode 100644 index 000000000..ee8ca1d15 --- /dev/null +++ b/manifests/g/GoLang/Go/1.13.13/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.13.13 +PackageLocale: en-US +LicenseUrl: https://github.com/golang/go/blob/go1.13.13/LICENSE +Moniker: go +Tags: +- go +- golang +- go1.13 +- golang1.13 +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.13.13/GoLang.Go.yaml b/manifests/g/GoLang/Go/1.13.13/GoLang.Go.yaml index a91c06bc5..c2d858166 100644 --- a/manifests/g/GoLang/Go/1.13.13/GoLang.Go.yaml +++ b/manifests/g/GoLang/Go/1.13.13/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.13.13 -PackageName: Go -Publisher: Golang -License: Copyright (c) 2009 The Go Authors -LicenseUrl: https://github.com/golang/go/blob/go1.13.13/LICENSE -Moniker: go -Tags: -- go -- golang -- go1.13 -- golang1.13 -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.13.13.windows-amd64.msi - InstallerSha256: ff9a5046d8001cf4e7bf2065ca8e91cc078f9feb3359f91ebd051ed542baf387 - InstallerType: msi -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +