Skip to content

Commit

Permalink
AU: 1 updated - gimp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 21, 2022
1 parent e331fff commit 99899df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.32</version>
<version>2.10.32.1</version>
<title>GIMP</title>
<owners>chocolatey-community</owners>
<authors>GIMP Team</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gimp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop'

$fallbackUrl32 = 'https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.32-setup.exe'
$fallbackUrl32 = 'https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.32-setup-1.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.32-setup.exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.32-setup-1.exe'
softwareName = 'GIMP'
checksum = '5503c3057a023f781e32e6b8fec83dfc45263b9005e76626b4c43cb257295a67'
checksum = 'e4410b5695cfc83bc2a33a124e8689a50c942978d0164e77724407d2a5cefb0d'
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 99899df

Please sign in to comment.