Skip to content

Commit

Permalink
AU: 1 updated - clipgrab
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 28, 2019
1 parent 5e24f55 commit 3aa741a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/clipgrab/clipgrab.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>clipgrab</id>
<version>3.8.1</version>
<version>3.8.2</version>
<packageSourceUrl>https://github.com/chocolatey/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
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.1-cgorg.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.8.2-cgorg.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: 339C41074512018CCF926B5DF8419E232BE0F77129E2A24055C49025570CA7E2
checksum: 4DACE92E3BEFC8D5898B28671EE6FFB96D2DF891C12E498C4F4903386AFC1EC4

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
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\clipgrab-3.8.1-cgorg.exe"
file = "$toolsPath\clipgrab-3.8.2-cgorg.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 3aa741a

Please sign in to comment.