Skip to content

Commit

Permalink
AU: 2 updated - gimp gpg4win
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 15, 2019
1 parent ac42441 commit f33077b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/gimp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/gimp.svg" height="48" width="48" /> ![GIMP](https://img.shields.io/chocolatey/v/gimp.svg?label=GIMP&style=for-the-badge)](https://chocolatey.org/packages/gimp)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/gimp.svg" height="48" width="48" /> ![GIMP](https://img.shields.io/chocolatey/v/gimp.svg?label=GIMP&style=for-the-badge)](https://chocolatey.org/packages/gimp)


GIMP is a multi-platform photo manipulation tool. GIMP is an acronym for GNU Image Manipulation Program. The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction.It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.
Expand Down
6 changes: 3 additions & 3 deletions automatic/gimp/gimp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gimp</id>
<version>2.10.10</version>
<version>2.10.12</version>
<title>GIMP</title>
<owners>chocolatey</owners>
<authors>GIMP Team</authors>
<licenseUrl>https://www.gimp.org/about/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://www.gimp.org/</projectUrl>
<projectSourceUrl>https://git.gnome.org/browse/gimp</projectSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/gimp.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/gimp.svg</iconUrl>
<docsUrl>https://www.gimp.org/docs/</docsUrl>
<mailingListUrl>https://www.gimp.org/mail_lists.html</mailingListUrl>
<bugTrackerUrl>https://www.gimp.org/bugs/</bugTrackerUrl>
Expand All @@ -37,7 +37,7 @@ GIMP is expandable and extensible. It is designed to be augmented with plug-ins
<releaseNotes>https://www.gimp.org/release-notes</releaseNotes>
<copyright>GIMP Team</copyright>
<tags>gimp design publishing editor images graphics photo art png jpg gif admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/gimp</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gimp</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
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.10-setup.exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.12-setup.exe'
softwareName = 'GIMP'
checksum = 'c20024cce6a04005c1a515cf189339e30dc4b0115eaec37ba4b639b2f0d06fca'
checksum = '40bf733beb554e0a5f5ab5b82e75c035eefd715b00cc0eaf1cd57ba8a7e2ab6f'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /RESTARTEXITCODE=3010 /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/gpg4win/gpg4win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gpg4win</id>
<version>3.1.8</version>
<version>3.1.9</version>
<title>Gpg4win</title>
<authors>g10 Code GmbH</authors>
<owners>chocolatey, dtgm</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gpg4win/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://files.gpg4win.org/gpg4win-3.1.8.exe
x32: https://files.gpg4win.org/gpg4win-3.1.9.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3D0A959A0C8A9C862460EFAF0EFAFC8ECB6E4CA714D5FF7987F68CACDEAC424B
checksum32: 20F1D709F95D59F101744AD9E5EE5F1B6ABEA0D0E083102985B2385035117C59

File 'license.txt' is obtained from:
https://www.gpg4win.org/license.html

0 comments on commit f33077b

Please sign in to comment.