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: 2.7.7
|
|
FileExtensions:
|
|
- py
|
|
- pyw
|
|
- pyc
|
|
- pyo
|
|
InstallerType: msi
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://www.python.org/ftp/python/2.7.7/python-2.7.7.amd64.msi
|
|
InstallerSha256: 4A8C6372BFF21AD57D9009AF1DAF1661ACFEEA333D17D3E24931B159E4B2F84C
|
|
- Architecture: x86
|
|
InstallerUrl: https://www.python.org/ftp/python/2.7.7/python-2.7.7.msi
|
|
InstallerSha256: B3EA438A85D7CED26B609FFD1C4DEF6E7D5588EEEBAF132FF307C8C5B60F91EF
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|