Update python 3.10 MD5 Sum

https://www.python.org/downloads/release/python-3100/
This commit is contained in:
Jie Luo 2021-12-16 16:46:15 -08:00 committed by GitHub
parent b360b9e388
commit 6c940ecc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ $Python310x86Config = @{
PythonVersion = "3.10.0"
PythonInstaller = "python-3.10.0"
PythonInstallPath = "C:\python310_32bit"
PythonInstallerHash = "6de353f2f7422aa030d4ccc788ffa75e"
PythonInstallerHash = "133aa48145032e341ad2a000cd3bff50"
}
Install-Python @Python310x86Config
@ -109,6 +109,6 @@ $Python310x64Config = @{
PythonVersion = "3.10.0"
PythonInstaller = "python-3.10.0-amd64"
PythonInstallPath = "C:\python310"
PythonInstallerHash = "39135519b044757f0a3b09d63612b0da"
PythonInstallerHash = "c3917c08a7fe85db7203da6dcaa99a70"
}
Install-Python @Python310x64Config