Skip to content

Commit

Permalink
AU: 2 updated - autohotkey.portable clipgrab
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 17, 2019
1 parent 11de9bf commit 55565ec
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.31.01",
"2.0": "2.0-a106"
"2.0": "2.0-a107"
}
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>1.1.31.01</version>
<version>2.0-a107</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/1.1//AutoHotkey_1.1.31.01.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.31.01.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a107-03296ce9.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a107-03296ce9.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: 51A2001B25754894673D2A13E3142D8EB9AB18C41CE624BBEA80A80C3528112B
checksum64: 51A2001B25754894673D2A13E3142D8EB9AB18C41CE624BBEA80A80C3528112B
checksum32: C9E48C4A4F77156C65D2E8EF1303A4EBFC0F4C2C7A803544475518B441DCAE55
checksum64: C9E48C4A4F77156C65D2E8EF1303A4EBFC0F4C2C7A803544475518B441DCAE55

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.31.01.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a107-03296ce9.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_1.1.31.01.zip'
$fileName = 'AutoHotkey_2.0-a107-03296ce9.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/clipgrab/clipgrab.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>clipgrab</id>
<version>3.8.5</version>
<version>3.8.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipgrab</packageSourceUrl>
<owners>chocolatey</owners>
<title>Clipgrab</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://clipgrab.org/>
and can be verified by doing the following:

1. Download the following <https://download.clipgrab.org/clipgrab-3.8.5-portable.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.8.6-portable.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 525D0481FF17C5A7E80D09B7586E2A6A1CB5236963DFA1F60D04B64289553C5B
checksum: F388D678B3EF40B054DFD803512E938B8E9225A3D55097C86A742B817E1A1E31

The file 'LICENSE.txt' has been obtained from the source tarball located
on their project page.
2 changes: 1 addition & 1 deletion automatic/clipgrab/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\clipgrab-3.8.5-portable.exe"
file = "$toolsPath\clipgrab-3.8.6-portable.exe"
softwareName = 'ClipGrab*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 55565ec

Please sign in to comment.