Skip to content

Commit

Permalink
AU: 3 updated - autohotkey.portable gimp keeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 12, 2020
1 parent 4416fe8 commit 938cebe
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.32.00",
"2.0": "2.0-a110"
"2.0": "2.0-a111"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>autohotkey.portable</id>
<version>2.0-a110</version>
<version>2.0-a111</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a110-ea02d092.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a110-ea02d092.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a111-06d0a13b.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a111-06d0a13b.zip

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: 831FFC03589C4101926F9562B3D590F37E2F4453DAC98CFF9B145CBD0487C477
checksum64: 831FFC03589C4101926F9562B3D590F37E2F4453DAC98CFF9B145CBD0487C477
checksum32: 1D43EAB8AD5B23812B1C83300976228B45C02770DE78CB9BF5BF3082A700C39A
checksum64: 1D43EAB8AD5B23812B1C83300976228B45C02770DE78CB9BF5BF3082A700C39A

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a110-ea02d092.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a111-06d0a13b.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_2.0-a110-ea02d092.zip'
$fileName = 'AutoHotkey_2.0-a111-06d0a13b.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
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.20</version>
<version>2.10.20.1</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.20-setup.exe'
url = 'https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.20-setup-1.exe'
softwareName = 'GIMP'
checksum = 'de68eafd3bf88bb868e015e3613b7415fcfe94cc20946c0b64ccd37f94e22017'
checksum = '430b1a709cd89b5cddb857032a7a5b93199d076ff8cd83ebdd0112330b65ba51'
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/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.15.2</version>
<version>1.15.3</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.2/KeeWeb-1.15.2.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.2/KeeWeb-1.15.2.win.arm64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.3/KeeWeb-1.15.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.3/KeeWeb-1.15.3.win.arm64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 8450E973277024EE556ED0FD1471D885980727D1C87827DA6C7E16027FE8FBE8
checksum64: 89C7DDA4792BD61903E3C788BB77D70DE662220F7F316163206B06BB2302C0A5
checksum32: 6E9E723808B054F5D9978DF8E758A4C4D3B097A87C03949C2C343A2A31C83FDF
checksum64: 2DB1D52B2343E0D0F6F51349729A86E685B293D03C8EDFFDF9241BE8D97F3B4A

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/01b57cf33fca8342d619120bf88ce7c680413ddc/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.15.2.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.15.2.win.arm64.exe"
file = "$toolsPath\KeeWeb-1.15.3.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.15.3.win.arm64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 938cebe

Please sign in to comment.