20 lines
627 B
YAML
20 lines
627 B
YAML
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
|
PackageIdentifier: Python.Python
|
|
PackageVersion: 3.1.2
|
|
FileExtensions:
|
|
- py
|
|
- pyw
|
|
- pyc
|
|
- pyo
|
|
InstallerType: msi
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://www.python.org/ftp/python/3.1.2/python-3.1.2.amd64.msi
|
|
InstallerSha256: D654121A7257B42C8C2032AE59672B5A0DDC24E1C9BEADAF9A00ED0DBDD7A858
|
|
- Architecture: x86
|
|
InstallerUrl: https://www.python.org/ftp/python/3.1.2/python-3.1.2.msi
|
|
InstallerSha256: CA802F144A7E8268A773FA2567FECB0A1D792C62C00F751F27D103A263352113
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|