diff --git a/automatic/ghostscript.app/README.md b/automatic/ghostscript.app/README.md index 4faa5016750..58cf39a3cd8 100644 --- a/automatic/ghostscript.app/README.md +++ b/automatic/ghostscript.app/README.md @@ -1,4 +1,4 @@ -# [Ghostscript.app](https://chocolatey.org/packages/Ghostscript.app) +# [Ghostscript.app](https://chocolatey.org/packages/Ghostscript.app) Ghostscript is a package of software that provides: diff --git a/automatic/ghostscript.app/ghostscript.app.nuspec b/automatic/ghostscript.app/ghostscript.app.nuspec index 5d9a89598bd..24ead826e57 100644 --- a/automatic/ghostscript.app/ghostscript.app.nuspec +++ b/automatic/ghostscript.app/ghostscript.app.nuspec @@ -3,18 +3,18 @@ Ghostscript.app - 9.25 + 9.27 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ghostscript.app chocolatey Ghostscript (Install) Artifex http://ghostscript.com/ - https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/ghostscript.svg + https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/ghostscript.svg Artifex Software, Inc http://www.gnu.org/licenses/agpl-3.0.html false http://git.ghostscript.com/?p=ghostpdl.git;a=summary - http://www.ghostscript.com/doc/9.25/Readme.htm + http://www.ghostscript.com/doc/9.27/Readme.htm https://bugs.ghostscript.com/ ghostscript.app ghostscript postscript admin foss cross-platform an interpreter for the PostScript language and for PDF. @@ -30,7 +30,7 @@ Ghostscript is written entirely in C, with special care taken to make it run pro * A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF. ]]> - https://ghostscript.com/doc/9.25/History9.htm + https://ghostscript.com/doc/9.27/History9.htm diff --git a/automatic/ghostscript.app/legal/VERIFICATION.txt b/automatic/ghostscript.app/legal/VERIFICATION.txt index 6c6b48f9da1..f8284978b55 100644 --- a/automatic/ghostscript.app/legal/VERIFICATION.txt +++ b/automatic/ghostscript.app/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 8CFB3CE926798538E0A056132F068C7AFD86FC55F55FB9B53DABFA80EC9EFEFC - checksum64: D9AAD0C72FE749179ABA0496D6E9D7F37E8487C987E2E7C789CEC0A09C0E2A5E + checksum32: 4CA8C330213B96DC6F18A099E6502E3B2EB89DE20FFB2C96D9DE01CCFB9039A3 + checksum64: AF6F57EFAFC4703C7337D594BD6A78B0AF59D68ACA21C1B924A97535E6978867 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 index e4e066f4d79..3339db01b0c 100644 --- a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 +++ b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath32 = "$toolsPath\gs925w32.exe" -$filePath64 = "$toolsPath\gs925w64.exe" +$filePath32 = "$toolsPath\gs927w32.exe" +$filePath64 = "$toolsPath\gs927w64.exe" $filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) { Write-Host "Installing 64 bit version" ; $filePath64 diff --git a/automatic/sysinternals/sysinternals.nuspec b/automatic/sysinternals/sysinternals.nuspec index 811ec6e2a26..35805a3255f 100644 --- a/automatic/sysinternals/sysinternals.nuspec +++ b/automatic/sysinternals/sysinternals.nuspec @@ -4,7 +4,7 @@ sysinternals Sysinternals - 2019.3.26 + 2019.4.4 Mark Russinovich, Bryce Cogswell chocolatey, Rob Reynolds Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. diff --git a/automatic/sysinternals/tools/chocolateyInstall.ps1 b/automatic/sysinternals/tools/chocolateyInstall.ps1 index ed85f815419..bf37bbaa177 100644 --- a/automatic/sysinternals/tools/chocolateyInstall.ps1 +++ b/automatic/sysinternals/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'" $packageArgs = @{ packageName = 'sysinternals' url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip' - checksum = 'cf9df1ed2782bb0f7da3648f8ef732ae017f044d641705f61633fce6453a3fec' + checksum = 'd90022b1c15c1c9b3c307da19027f1824449bcc55f09b6bcb62c86446248adef' checksumType = 'sha256' unzipLocation = $installDir }