We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ccf67 commit 254e66dCopy full SHA for 254e66d
images/win/scripts/Installers/Install-PyPy.ps1
@@ -111,11 +111,6 @@ foreach($toolsetVersion in $toolsetVersions.versions)
111
}
112
113
114
- #Temp patch for pypy3.9-v7.3.13-win64.zip checksum, delete me when pypy.org will be fixed
115
- if ($filename -ilike "*pypy3.9-v7.3.13-win64*") {
116
- $distributorFileHash = "09EA41154AD1DCD3E8378609A73196A6C108B17AA05EF3CBB240610744102803"
117
- }
118
-
119
Use-ChecksumComparison -LocalFileHash $localFileHash -DistributorFileHash $distributorFileHash
120
#endregion
121
0 commit comments