Skip to content

Commit 375e9a1

Browse files
authored
[Windows] PyPy3.9-7.3.13 SHA missing on pypy.org (#8429)
1 parent b3c54ca commit 375e9a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

images/win/scripts/Installers/Install-PyPy.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ foreach($toolsetVersion in $toolsetVersions.versions)
112112
$distributorFileHash = $node.InnerText.ToString().Split("`n").Where({ $_ -ilike "*${filename}*" }).Split(' ')[0]
113113
}
114114
}
115+
116+
#Temp patch for pypy3.9-v7.3.13-win64.zip checksum, delete me when pypy.org will be fixed
117+
if ($filename -ilike "*pypy3.9-v7.3.13-win64*") {
118+
$distributorFileHash = "09EA41154AD1DCD3E8378609A73196A6C108B17AA05EF3CBB240610744102803"
119+
}
115120

116121
Use-ChecksumComparison -LocalFileHash $localFileHash -DistributorFileHash $distributorFileHash
117122
#endregion

0 commit comments

Comments
 (0)