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 14, 2018
1 parent 3729054 commit 6403a83
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
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.6.6.20180213</version>
<version>3.6.7</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
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.6.6-cgorg.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.6.7-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: 045686087875EF570F5CDFE654D2B9E05A52F30977A4E79C11BD33E61D5ACECB
checksum: 7C5AC867EF9997B443D7C5E865039A841AA1C15B790619D672C4EF3605154D4D

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.6.6-cgorg.exe"
file = "$toolsPath\clipgrab-3.6.7-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 6403a83

Please sign in to comment.