[Windows] PyPy3.9-7.3.13 SHA missing on pypy.org (#8429)
This commit is contained in:
@@ -112,6 +112,11 @@ foreach($toolsetVersion in $toolsetVersions.versions)
|
|||||||
$distributorFileHash = $node.InnerText.ToString().Split("`n").Where({ $_ -ilike "*${filename}*" }).Split(' ')[0]
|
$distributorFileHash = $node.InnerText.ToString().Split("`n").Where({ $_ -ilike "*${filename}*" }).Split(' ')[0]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Temp patch for pypy3.9-v7.3.13-win64.zip checksum, delete me when pypy.org will be fixed
|
||||||
|
if ($filename -ilike "*pypy3.9-v7.3.13-win64*") {
|
||||||
|
$distributorFileHash = "09EA41154AD1DCD3E8378609A73196A6C108B17AA05EF3CBB240610744102803"
|
||||||
|
}
|
||||||
|
|
||||||
Use-ChecksumComparison -LocalFileHash $localFileHash -DistributorFileHash $distributorFileHash
|
Use-ChecksumComparison -LocalFileHash $localFileHash -DistributorFileHash $distributorFileHash
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user