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.2.5
|
|
FileExtensions:
|
|
- py
|
|
- pyw
|
|
- pyc
|
|
- pyo
|
|
InstallerType: msi
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://www.python.org/ftp/python/3.2.5/python-3.2.5.amd64.msi
|
|
InstallerSha256: C75C2326A79EDFA027FC22A9F28DCAAC7F88E9969B91A391F4B211386FE6B8FC
|
|
- Architecture: x86
|
|
InstallerUrl: https://www.python.org/ftp/python/3.2.5/python-3.2.5.msi
|
|
InstallerSha256: 0383B37F59C476EFC02F608150618F3C3F9726A29F6790C5F4A5922FDA04F3D4
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|