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.3
|
|
FileExtensions:
|
|
- py
|
|
- pyw
|
|
- pyc
|
|
- pyo
|
|
InstallerType: msi
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://www.python.org/ftp/python/3.4.3/python-3.4.3.amd64.msi
|
|
InstallerSha256: 0E134F3263BB37BCABC98638ED54BA553922E71F7C4004E6962A531066A77E00
|
|
- Architecture: x86
|
|
InstallerUrl: https://www.python.org/ftp/python/3.4.3/python-3.4.3.msi
|
|
InstallerSha256: 33040C16B4BDC5D6DA4FE53CECD48C9F2CE3183921BE5AB60527EDD12B4177EB
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|