diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index de972c50b1b..953b8aab4f2 100644 --- a/automatic/prey/legal/VERIFICATION.txt +++ b/automatic/prey/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on <> and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 1D8EC93D5731932D392D83CA505262C41EB24659B972EA5F5750AF8B37545130 - checksum64: A488A43C3F4800A345F6B30429A5711B7ECAE725D46A3539EC2BA5247497586A + checksum32: 7A4A7C4F303FF9E69E1DE47EB34AF68CF417CE55C20DC1116B2A0E38F08198D9 + checksum64: 76EE6EE76DE753B57DA2D1F7FF6649E1FE36EE6217F768D457E1F3E001EE98B0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index 514df20c1bb..9392d11c104 100644 --- a/automatic/prey/prey.json +++ b/automatic/prey/prey.json @@ -5,5 +5,5 @@ "1.9": "1.9.24", "1.10": "1.10.10", "1.11": "1.11.10", - "1.12": "1.12.1" + "1.12": "1.12.2" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index f0cb552e164..22fc4b64bd0 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,7 +3,7 @@ prey - 1.12.1 + 1.12.2 Prey chocolatey-community Fork Ltd @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis - You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey. ]]> Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing. - https://github.com/prey/prey-node-client/releases/tag/v1.12.1 + https://github.com/prey/prey-node-client/releases/tag/v1.12.2 prey anti-theft lockdown tracking admin foss cross-platform https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey https://github.com/prey/prey-node-client diff --git a/automatic/prey/tools/chocolateyInstall.ps1 b/automatic/prey/tools/chocolateyInstall.ps1 index ff7344ad8f3..d7ab387d2e5 100644 --- a/automatic/prey/tools/chocolateyInstall.ps1 +++ b/automatic/prey/tools/chocolateyInstall.ps1 @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\prey-windows-1.12.1-x86.msi" - file64 = "$toolsPath\prey-windows-1.12.1-x64.msi" + file = "$toolsPath\prey-windows-1.12.2-x86.msi" + file64 = "$toolsPath\prey-windows-1.12.2-x64.msi" softwareName = 'prey*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641) diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 1bee53276ce..d0d9d11311e 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.86.0' +$version = '1.86.1' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,11 +16,11 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url64bit = 'https://update.code.visualstudio.com/1.86.0/win32-x64/stable' + url64bit = 'https://update.code.visualstudio.com/1.86.1/win32-x64/stable' softwareName = "$softwareName" - checksum64 = '335330964a1dbfc5edce3a0c1bc87e8e8192518296d7e7e4c6d074ed8c221066' + checksum64 = 'a2342fb33fa5a9d91db4a913a1d2516fa4442e6dd85615d9796137f9ccc66453' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 2c96d9f95ae..e29c1a5b4f5 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.86.0 + 1.86.1 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index fc8424debd0..64ea81a59d6 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.86.0 + 1.86.1 Microsoft chocolatey-community https://code.visualstudio.com @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates