-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: GoLang.Go.1.19 version 1.19.0 (#68523)
- Loading branch information
1 parent
23c6586
commit 35fe88b
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
manifests/g/GoLang/Go/1/19/1.19.0/GoLang.Go.1.19.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Created with YamlCreate.ps1 v2.1.2 $debug=NVS1.7-2-5 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json | ||
|
||
PackageIdentifier: GoLang.Go.1.19 | ||
PackageVersion: 1.19.0 | ||
MinimumOSVersion: 10.0.0.0 | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
Commands: | ||
- go | ||
FileExtensions: | ||
- go | ||
- gohtml | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://dl.google.com/go/go1.19.windows-amd64.msi | ||
InstallerSha256: 0743B5FE0C6E5C67C7D131A8E24D4E7BDD5EF272DD13205DD7AE30CC2F464123 | ||
ProductCode: '{46BB36FF-F76A-4A8D-B171-F7E693AC89E7}' | ||
- Architecture: x86 | ||
InstallerUrl: https://dl.google.com/go/go1.19.windows-386.msi | ||
InstallerSha256: 39ED9B03C42B0EE99477377C27B1A809A73B96C627D86C4AEDD133E92DF5BD43 | ||
ProductCode: '{A35B356B-6AFA-4BED-B6E3-9F08016EE64D}' | ||
- Architecture: arm64 | ||
InstallerUrl: https://dl.google.com/go/go1.19.windows-arm64.msi | ||
InstallerSha256: 6319AB5B50F0462EFCB092EEC3AC8C23A548652CDAA2755282AED4513B6188EE | ||
ProductCode: '{69756D48-0E5F-4727-AA6A-92BEAD65FB61}' | ||
ManifestType: installer | ||
ManifestVersion: 1.1.0 |
29 changes: 29 additions & 0 deletions
29
manifests/g/GoLang/Go/1/19/1.19.0/GoLang.Go.1.19.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Created with YamlCreate.ps1 v2.1.2 $debug=NVS1.7-2-5 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json | ||
|
||
PackageIdentifier: GoLang.Go.1.19 | ||
PackageVersion: 1.19.0 | ||
PackageLocale: en-US | ||
Publisher: GoLang | ||
PublisherUrl: https://go.dev/ | ||
PublisherSupportUrl: https://go.dev/help/ | ||
PrivacyUrl: https://policies.google.com/privacy | ||
Author: The Go Authors | ||
PackageName: Go 1.19 | ||
PackageUrl: https://go.dev/ | ||
License: BSD 3-Clause License | ||
LicenseUrl: https://github.com/golang/go/blob/master/LICENSE | ||
Copyright: Copyright (c) 2009 The Go Authors. All rights reserved. | ||
CopyrightUrl: https://go.dev/copyright | ||
ShortDescription: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. | ||
Description: The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. | ||
Moniker: go-1-19 | ||
Tags: | ||
- go | ||
- golang | ||
- programming-language | ||
# Agreements: | ||
# ReleaseNotes: | ||
# ReleaseNotesUrl: | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 v2.1.2 $debug=NVS1.7-2-5 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json | ||
|
||
PackageIdentifier: GoLang.Go.1.19 | ||
PackageVersion: 1.19.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.1.0 |