Bump psutil version

This commit is contained in:
2Shirt 2022-09-28 09:27:40 -07:00
parent 926b32b574
commit 5a61ea9abf
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -100,10 +100,10 @@ if ($MyInvocation.InvocationName -ne ".") {
# Python: psutil
$DownloadPage = "https://pypi.org/project/psutil/"
$RegEx = "href=.*-cp38-cp38-win32.whl"
$RegEx = "href=.*-cp310-cp310-win32.whl"
$Url = FindDynamicUrl $DownloadPage $RegEx
DownloadFile -Path $Temp -Name "psutil32.whl" -Url $Url
$RegEx = "href=.*-cp38-cp38-win_amd64.whl"
$RegEx = "href=.*-cp310-cp310-win_amd64.whl"
$Url = FindDynamicUrl $DownloadPage $RegEx
DownloadFile -Path $Temp -Name "psutil64.whl" -Url $Url