Skip to content

Commit

Permalink
AU: 5 updated - chromium dropbox GoogleChrome prey thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 20, 2022
1 parent 3b24d29 commit 541e936
Show file tree
Hide file tree
Showing 16 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "105.0.5190.0-snapshots",
"snapshots": "105.0.5191.0-snapshots",
"stable": "103.0.5060.114"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>105.0.5190.0-snapshots</version>
<version>105.0.5191.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1025566/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1025591/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1025894/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1025886/mini_installer.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
checksum32: 6EFF6A58D6B7503B9FCC72949267DE0C4DEC80B4E082D74BFCE75C8C6D7B6200
checksum64: E232D9FAE3C1B30C3C7F199CA590FEAF0D70DA9AA0C272FE6B213DB29ED341FC
checksum32: 39C019E7FFE0D90230E2866FFE6DB3EA3FAECC5FC22193E92FBF165750CC24E0
checksum64: 9A164BDC1F7A3F2C40A64769AEA43C4050B50678AF85CC71A24C9E15BCBD81CB

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "105.0.5190.0-snapshots"
$version = "105.0.5191.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "153.3.3929-beta",
"beta": "154.3.5327-beta",
"stable": "153.4.3932"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>153.4.3932</version>
<version>154.3.5327-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '153.4.3932'
$version = '154.3.5327'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20153.4.3932%20Offline%20Installer.x86.exe'
checksum = '50d3184b7b4beda4bec25f6b51d8a00b180efde4ce99546eccdcde0f2c26a70c'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20154.3.5327%20Offline%20Installer.x86.exe'
checksum = 'db2067d5b622c2494718d9e03d6a21395a2b64d728f8996ae0aefe6efe3f9d01'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>103.0.5060.114</version>
<version>103.0.5060.134</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '103.0.5060.114'
$version = '103.0.5060.134'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'ec0268b6f40c95101821c32d49bc87e3f9f99666d3775d8d2860bc167545c7e4'
checksum64 = 'a12d6a83d6b97bf76ca8d5cc1f1bcf45151a17b185d997bead251fa1105a5f77'
checksum = 'e3375091f9a8c7d7cbf6f598d4896314731af1dfd657b4da68c686049858d666'
checksum64 = 'fb67f2d583d3524f870f43e32cbe8d2dae4f9eabd358023a1490fa126f325864'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/prey/prey-node-client/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.7/prey-windows-1.10.7-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.7/prey-windows-1.10.7-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.8/prey-windows-1.10.8-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.8/prey-windows-1.10.8-x64.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: D6BBA9605CDA311C00D7E2D9026949613540628408AD1B1CFBD574B285D7DF2A
checksum64: 9CD4249284B5940EC8CAC793F55034749747F8F95C5FD31A69E7C5870C6C923B
checksum32: 173A93E1B9119B9C745A531A8AA7FD88C468BAFE0482213288064E8D4B3B6A20
checksum64: F361965F86D49634C73722BDA974D8CBC625A7A02735499B898E22A4B484F9A4

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"1.7": "1.7.5",
"1.8": "1.8.3",
"1.9": "1.9.24",
"1.10": "1.10.7"
"1.10": "1.10.8"
}
4 changes: 2 additions & 2 deletions automatic/prey/prey.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>prey</id>
<version>1.10.7</version>
<version>1.10.8</version>
<title>Prey</title>
<owners>chocolatey-community</owners>
<authors>Fork Ltd</authors>
Expand All @@ -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.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.10.7</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.10.8</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.10.7-x86.msi"
file64 = "$toolsPath\prey-windows-1.10.7-x64.msi"
file = "$toolsPath\prey-windows-1.10.8-x86.msi"
file64 = "$toolsPath\prey-windows-1.10.8-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>102.0.2</version>
<version>102.0.3</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit 541e936

Please sign in to comment.