Skip to content

Commit

Permalink
AU: 4 updated - clipgrab tightvnc webstorm yumi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 26, 2020
1 parent 978139c commit 3abb07c
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 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.9.4</version>
<version>3.9.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipgrab</packageSourceUrl>
<owners>chocolatey-community</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.9.4-portable.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.9.5-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: 01A6B3403CE990BE03882E493230EF6BA99B0C46EB014E25530654B9DE892B95
checksum: 2D13CC2927733C1AEB1D398E1DB3EB99EAAA84F14A0EA3674C5EB0A2FC2BE965

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.9.4-portable.exe"
file = "$toolsPath\clipgrab-3.9.5-portable.exe"
softwareName = 'ClipGrab*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/tightvnc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ location on <http://www.tightvnc.com/download.php>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://www.tightvnc.com/download/2.8.53/tightvnc-2.8.53-gpl-setup-32bit.msi>
64-Bit software: <https://www.tightvnc.com/download/2.8.53/tightvnc-2.8.53-gpl-setup-64bit.msi>
32-Bit software: <https://www.tightvnc.com/download/2.8.55/tightvnc-2.8.55-gpl-setup-32bit.msi>
64-Bit software: <https://www.tightvnc.com/download/2.8.55/tightvnc-2.8.55-gpl-setup-64bit.msi>
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
checksum32: 537374A00B802FA021B8EAD1C05A70BA7BA56B279404BA5E33CA6511AB39AC95
checksum64: 53D0C5EED0BDB22191B0C7A3BC529489FD799A137CC5D08D7CCD138B98B1E0A6
checksum32: A470926B4E9F631E2B9B069FD5E733C843F6C722B3C3658B08810ED5D50B2E4C
checksum64: 33926BB2B2F84D826FEB6A7AC0C03E6FD4F24DE84DCA6DD848E4B4FD2EE618CF

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
Which is linked to from the developers license page.
2 changes: 1 addition & 1 deletion automatic/tightvnc/tightvnc.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>tightvnc</id>
<version>2.8.53</version>
<version>2.8.55</version>
<title>TightVNC</title>
<owners>chocolatey-community</owners>
<authors>GlavSoft LLC, TightVNC Developers</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tightvnc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\tightvnc-2.8.53-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.53-gpl-setup-64bit.msi"
file = "$toolsPath\tightvnc-2.8.55-gpl-setup-32bit.msi"
file64 = "$toolsPath\tightvnc-2.8.55-gpl-setup-64bit.msi"
softwareName = 'tightvnc*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.2.3.exe'
checksum = '98926a5690484a237056389c4eed43e5b6daf22e7c0f065448a68c28f0728849'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.2.4.exe'
checksum = '81f1a596fcad6b3077d9878822bd00ebe9960d72ceaf30494e9ea74bf9ffb575'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2020.2.3</version>
<version>2020.2.4</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi/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 <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.7.9.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.8.0.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: 47143A1011F3572A2458E6C9301AC46062A7193A16CD697FD45BFB4C14D1143D
checksum: 487B36104CD4C48C1EE8F2EBFBA9B684A345EA9100A8CC4B38A70C0C5E41757B

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi/yumi.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>yumi</id>
<version>2.0.7.9</version>
<version>2.0.8.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 3abb07c

Please sign in to comment.