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.3.2
|
|
FileExtensions:
|
|
- py
|
|
- pyw
|
|
- pyc
|
|
- pyo
|
|
InstallerType: msi
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://www.python.org/ftp/python/3.3.2/python-3.3.2.amd64.msi
|
|
InstallerSha256: 22DFC54832AC80EECE9E603A3BD70A744C6124FDBD4267EE6DE5C8FE15598557
|
|
- Architecture: x86
|
|
InstallerUrl: https://www.python.org/ftp/python/3.3.2/python-3.3.2.msi
|
|
InstallerSha256: 1465B3F5F428819C693408861596ABEC0571B01F204742E06B2BF233BC218893
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|
|
|