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.4.4
|
|
FileExtensions:
|
|
- py
|
|
- pyw
|
|
- pyc
|
|
- pyo
|
|
InstallerType: msi
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi
|
|
InstallerSha256: ACE645D104BDDD4F4FFBF453BEDDDAF2496E3609AF3FA47173680D2F321D3709
|
|
- Architecture: x86
|
|
InstallerUrl: https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi
|
|
InstallerSha256: 46C8F9F63CF02987E8BF23934B2F471E1868B24748C5BB551EFCF4863B43CA6C
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|