Skip to content

Commit

Permalink
AU: 2 updated - clipgrab SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 24, 2020
1 parent 29f571c commit 18abb85
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.8.9</version>
<version>3.8.10</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.9-portable.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.8.10-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: 86B3CF824744C13AFF5E9ADB71FCB6341CB0D3D8AA69D7D102DA7BD8A5460484
checksum: 1F97B8EACCFCF1D756CC1F8CA134702CCA0A39D462C1C5E7B6821E4C5A1ED117

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.9-portable.exe"
file = "$toolsPath\clipgrab-3.8.10-portable.exe"
softwareName = 'ClipGrab*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2019/sqlite-dll-win32-x86-3300100.zip
x64: https://sqlite.org/2019/sqlite-dll-win64-x64-3300100.zip
Toolsx32: https://sqlite.org/2019/sqlite-tools-win32-x86-3300100.zip
x32: https://sqlite.org/2020/sqlite-dll-win32-x86-3310000.zip
x64: https://sqlite.org/2020/sqlite-dll-win64-x64-3310000.zip
Toolsx32: https://sqlite.org/2020/sqlite-tools-win32-x86-3310000.zip

to download the files.

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: A973C99F61D3BD4DE0AA3EE8D87A586F63737194848613E4D6E45BB77EFB4028
checksum64: 23BBC7CD2889734ACB944E329E809C914923F5CB54276AF4E2D21F4646D42C5C
checksumTools32: 64027558A7928FE7E6E5CBED0471A0B709591276CE132A457EC09BDDCA887258
checksum32: 7DB638AA6B205AADBA193DC7803A7E73EB07BBEEACBACAD3A65978093E78673C
checksum64: 727982AA5150B70D9160B634B18DBCB5E5ED58A222E6808171FA6688098CE790
checksumTools32: 79E1428179FC5C864A11AF63303AD097BD0CE8D84D6B08F6CA08D4F3EBF6BC87

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.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>SQLite</id>
<version>3.30.1</version>
<version>3.31.0</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit 18abb85

Please sign in to comment.