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.3
|
|
FileExtensions:
|
|
- py
|
|
- pyw
|
|
- pyc
|
|
- pyo
|
|
InstallerType: msi
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://www.python.org/ftp/python/2.7.3/python-2.7.3.amd64.msi
|
|
InstallerSha256: 71C15BC161D7A97F583BADEB8DCFAF31CE92CBEA8758FAF85EECABFB77454A96
|
|
- Architecture: x86
|
|
InstallerUrl: https://www.python.org/ftp/python/2.7.3/python-2.7.3.msi
|
|
InstallerSha256: 05BF3B9686A64A413EEB6EFB03B591F8A6F2D9C5496898F367E9CEF79E4B2C02
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|