Skip to content

Commit

Permalink
AU: 2 updated - dropbox prey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 12, 2024
1 parent 5198601 commit ae212d0
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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": "197.3.7490-beta",
"beta": "197.3.7552-beta",
"stable": "196.4.6900"
}
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>197.3.7490-beta</version>
<version>197.3.7552-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 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 = '197.3.7490'
$version = '197.3.7552'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7490%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7490%20Offline%20Installer.x64.exe'
checksum = '4b92c66ea569eddb081993b65bec115ddfe298d7cd6784985838dd62a152ab44'
checksum64 = 'fe60b5f7e8fc06602d7d4a01991637883fc1ee3e5c6ccbc4801bc007c5a84127'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7552%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7552%20Offline%20Installer.x64.exe'
checksum = '65387545041b655a3522d92003947364c9a9d9e7d418ee5619ae0aa32bfd4bc5'
checksum64 = '45800a1a1c5ab1fd60449f20c845284b45ff39a0f3faa61c6715cd57bc9b01c4'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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 <>
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.12.5/prey-windows-1.12.5-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.5/prey-windows-1.12.5-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.6/prey-windows-1.12.6-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.12.6/prey-windows-1.12.6-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: C4C0431CB3895A2012BA8CCC217CA97B38D98613E469F3D32B0D126D7A94D3D4
checksum64: 52DED65496B7D01C2F654B93C56308B1871C015CC01DC16D2F1BB92B3325B9FB
checksum32: 4310BF9BBD68876D4F57D711B836D0199D8DAC44637D36AA23923F9A19ED1E5C
checksum64: CBA5837493D4BDEC87DF5DD12399BA8B112F3B23CEF193A1A7E215B29BC2F662

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 @@ -5,5 +5,5 @@
"1.9": "1.9.24",
"1.10": "1.10.10",
"1.11": "1.11.10",
"1.12": "1.12.5"
"1.12": "1.12.6"
}
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.12.5</version>
<version>1.12.6</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.12.5</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.12.6</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.12.5-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.5-x64.msi"
file = "$toolsPath\prey-windows-1.12.6-x86.msi"
file64 = "$toolsPath\prey-windows-1.12.6-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit ae212d0

Please sign in to comment.