Skip to content

Commit

Permalink
AU: 1 updated - gimp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 11, 2020
1 parent 3a66eba commit 4416fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/gimp/gimp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gimp</id>
<version>2.10.18.2</version>
<version>2.10.20</version>
<title>GIMP</title>
<owners>chocolatey</owners>
<authors>GIMP Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gimp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.18-setup-2.exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.20-setup.exe'
softwareName = 'GIMP'
checksum = 'bf6ce59587e63e1e8bab923e7dfdaa0f2c8bd3ac4d0ced602f3c063f9e32465c'
checksum = 'de68eafd3bf88bb868e015e3613b7415fcfe94cc20946c0b64ccd37f94e22017'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /RESTARTEXITCODE=3010 /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 4416fe8

Please sign in to comment.