diff --git a/automatic/clipgrab/clipgrab.nuspec b/automatic/clipgrab/clipgrab.nuspec index 07420d4cd7d..e72ab126df0 100644 --- a/automatic/clipgrab/clipgrab.nuspec +++ b/automatic/clipgrab/clipgrab.nuspec @@ -3,7 +3,7 @@ clipgrab - 3.7.2 + 3.8.0 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/clipgrab chocolatey Clipgrab diff --git a/automatic/clipgrab/legal/VERIFICATION.txt b/automatic/clipgrab/legal/VERIFICATION.txt index 559ffc7a2dd..1d9bdea2e3c 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: 5E435C3369A1B5393044930748589A5C471CE683A7A949867E56DD286F7FEE75 + checksum: A5C870D1B049A61406D9B51E3FE33B8C59996B7B878CBBA8C67725FE3F83F284 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 2a1d59e4147..0531b538a5d 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.7.2-cgorg.exe" + file = "$toolsPath\clipgrab-3.8.0-cgorg.exe" softwareName = 'ClipGrab*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/datagrip/datagrip.nuspec b/automatic/datagrip/datagrip.nuspec index cd51fadfa65..2282d3ef8d5 100644 --- a/automatic/datagrip/datagrip.nuspec +++ b/automatic/datagrip/datagrip.nuspec @@ -3,7 +3,7 @@ datagrip - 2018.3.1 + 2018.3.2 JetBrains DataGrip JetBrains https://www.datagrip.org/terms.php diff --git a/automatic/datagrip/tools/ChocolateyInstall.ps1 b/automatic/datagrip/tools/ChocolateyInstall.ps1 index fd7092c4070..28bfab6e065 100644 --- a/automatic/datagrip/tools/ChocolateyInstall.ps1 +++ b/automatic/datagrip/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains DataGrip*' - url = 'https://download.jetbrains.com/datagrip/datagrip-2018.3.1.exe' - checksum = '8b27c34e6ea65dc2e19692ddf3538dd08d151586b0a7ec2a6a3e0fc503b4abc8' + url = 'https://download.jetbrains.com/datagrip/datagrip-2018.3.2.exe' + checksum = 'cd6a7712988c8d768e2c79d5c9269f767e5b48d7e134b22d85fb686040e7e40e' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/kitty/kitty.nuspec b/automatic/kitty/kitty.nuspec index abafabe99ef..6c33ce82f3e 100644 --- a/automatic/kitty/kitty.nuspec +++ b/automatic/kitty/kitty.nuspec @@ -3,7 +3,7 @@ kitty - 0.70.0.8 + 0.70.0.9 KiTTY Cyril Dupont chocolatey, Andre-Patrick Bubel, Miodrag Milic diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index b20bcf8d83a..4633d2b2728 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 28.3.0 + 28.3.1 Moonchild Productions Redsandro,chocolatey A Firefox-based web browser optimized for modern hardware. diff --git a/automatic/palemoon/tools/chocolateyInstall.ps1 b/automatic/palemoon/tools/chocolateyInstall.ps1 index 9be0fcf13e3..1bced5c4de1 100644 --- a/automatic/palemoon/tools/chocolateyInstall.ps1 +++ b/automatic/palemoon/tools/chocolateyInstall.ps1 @@ -3,14 +3,14 @@ $packageArgs = @{ packageName = 'palemoon' fileType = 'exe' - url = 'http://rm-eu.palemoon.org/release/palemoon-28.3.0.win32.installer.exe' - url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.3.0.win64.installer.exe' + url = 'http://rm-eu.palemoon.org/release/palemoon-28.3.1.win32.installer.exe' + url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.3.1.win64.installer.exe' softwareName = 'Pale Moon*' - checksum = 'f3891fd5ee1d98081fd3d97395749b1b60e14dce3b97f20b412881635efe4ed6' + checksum = '000a4efa1380ed15dcd520d682dde338363b82bfebf31b7200b5d9b2be0ee95b' checksumType = 'sha256' - checksum64 = 'e15a88b9ef1e89d965a894797d703ff5ce56c1deed9c49bb12c7c33c12b8dc27' + checksum64 = 'ec5857642c4aac9287173ba57455871f9731d890647dfcf7468e6b12a7077943' checksumType64= 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"