diff --git a/automatic/pelles-c/README.md b/Notupdatedanymore/pelles-c/README.md similarity index 100% rename from automatic/pelles-c/README.md rename to Notupdatedanymore/pelles-c/README.md diff --git a/automatic/pelles-c/legal/LICENSE.txt b/Notupdatedanymore/pelles-c/legal/LICENSE.txt similarity index 100% rename from automatic/pelles-c/legal/LICENSE.txt rename to Notupdatedanymore/pelles-c/legal/LICENSE.txt diff --git a/automatic/pelles-c/legal/VERIFICATION.txt b/Notupdatedanymore/pelles-c/legal/VERIFICATION.txt similarity index 100% rename from automatic/pelles-c/legal/VERIFICATION.txt rename to Notupdatedanymore/pelles-c/legal/VERIFICATION.txt diff --git a/automatic/pelles-c/pelles-c.nuspec b/Notupdatedanymore/pelles-c/pelles-c.nuspec similarity index 100% rename from automatic/pelles-c/pelles-c.nuspec rename to Notupdatedanymore/pelles-c/pelles-c.nuspec diff --git a/automatic/pelles-c/pelles-c_screenshot.png b/Notupdatedanymore/pelles-c/pelles-c_screenshot.png similarity index 100% rename from automatic/pelles-c/pelles-c_screenshot.png rename to Notupdatedanymore/pelles-c/pelles-c_screenshot.png diff --git a/automatic/pelles-c/tools/chocolateyinstall.ps1 b/Notupdatedanymore/pelles-c/tools/chocolateyinstall.ps1 similarity index 100% rename from automatic/pelles-c/tools/chocolateyinstall.ps1 rename to Notupdatedanymore/pelles-c/tools/chocolateyinstall.ps1 diff --git a/automatic/pelles-c/update.ps1 b/Notupdatedanymore/pelles-c/update.ps1 similarity index 93% rename from automatic/pelles-c/update.ps1 rename to Notupdatedanymore/pelles-c/update.ps1 index c03fa6856..b9a95ad9f 100644 --- a/automatic/pelles-c/update.ps1 +++ b/Notupdatedanymore/pelles-c/update.ps1 @@ -28,7 +28,7 @@ function global:au_GetLatest { $Headers = @{ "referer"=$releases } - Invoke-WebRequest -Uri $url32 -OutFile "tools/setup.exe" -UserAgent $userAgent -Headers $Headers + Invoke-WebRequest -Uri $url32 -OutFile "tools/setup.exe" -Headers $Headers $checksum = (Get-FileHash -Path "tools/setup.exe" -Algorithm $env:ChocolateyChecksumType).Hash $checksumType = $env:ChocolateyChecksumType