Skip to content

Commit 254e66d

Browse files
unpin PyPy checksum (#8633)
1 parent 58ccf67 commit 254e66d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ foreach($toolsetVersion in $toolsetVersions.versions)
111111
}
112112
}
113113

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-
119114
Use-ChecksumComparison -LocalFileHash $localFileHash -DistributorFileHash $distributorFileHash
120115
#endregion
121116

0 commit comments

Comments
 (0)