Skip to content

Commit

Permalink
AU: 1 updated - gimp
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed May 6, 2024
1 parent 1b8411b commit 33e03cd
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.36.1</version>
<version>2.10.38</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/gimp/v2.10/windows/gimp-2.10.36-setup-1.exe'
$fallbackUrl32 = 'https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.38-setup.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.36-setup-1.exe'
url = 'https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.38-setup.exe'
softwareName = 'GIMP'
checksum = '5dc0efd3c877c6e8fd8af44944d31997875e38b610f95b30445aea3758dbbe90'
checksum = 'e3515980c9012eed67cf78f1151d216725529e95676c16f5ff7478d46230ddab'
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 33e03cd

Please sign in to comment.