From c2a108ea408472424659438fa7a087d06ca1e8e4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 29 Jan 2024 00:14:14 +0000 Subject: [PATCH] AU: 1 updated - clipgrab [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/7e6bf874b417413764efc6d3eed901fb33110b5d --- automatic/clipgrab/clipgrab.nuspec | 2 +- automatic/clipgrab/legal/VERIFICATION.txt | 4 ++-- automatic/clipgrab/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/clipgrab/clipgrab.nuspec b/automatic/clipgrab/clipgrab.nuspec index 40367ee763b..657b7f1b479 100644 --- a/automatic/clipgrab/clipgrab.nuspec +++ b/automatic/clipgrab/clipgrab.nuspec @@ -3,7 +3,7 @@ clipgrab - 3.9.8 + 3.9.10 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipgrab chocolatey-community Clipgrab diff --git a/automatic/clipgrab/legal/VERIFICATION.txt b/automatic/clipgrab/legal/VERIFICATION.txt index 7acd0c7861b..e8d52e23dee 100644 --- a/automatic/clipgrab/legal/VERIFICATION.txt +++ b/automatic/clipgrab/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: 658DD5BE8F15F5C5E42666E6FA109BFC7835B63BCCE3F801A7219DF261CECE88 + checksum: F2A87CF8EC48B5ABFC823CED4B92C81C39BAF91A0E49F0BA33F9BD1BE5945B5F The file 'LICENSE.txt' has been obtained from the source tarball located on their project page. diff --git a/automatic/clipgrab/tools/chocolateyInstall.ps1 b/automatic/clipgrab/tools/chocolateyInstall.ps1 index 369686f905e..ef8fc1dd816 100644 --- a/automatic/clipgrab/tools/chocolateyInstall.ps1 +++ b/automatic/clipgrab/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\clipgrab-3.9.8-portable.exe" + file = "$toolsPath\clipgrab-3.9.10-portable.exe" softwareName = 'ClipGrab*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)