Skip to content

Commit

Permalink
AU: 2 updated - dropbox tribler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 14, 2019
1 parent 8d7e1cc commit 61c4225
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": "83.3.140-beta",
"beta": "83.3.146-beta",
"stable": "83.3.140"
}
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>83.3.140</version>
<version>83.3.146-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,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 @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '83.3.140'
$version = '83.3.146'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2083.3.140%20Offline%20Installer.exe'
checksum = '94588958af96f4192b378875f24f0f8372c29b6d74c79fb135a5dd047ae79591'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2083.3.146%20Offline%20Installer.exe'
checksum = 'dff8f0d7be7457237149cc7630c8b43ff23c8516be69dc88e933c2607e89bc49'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/tribler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://github.com/Tribler/tribler/releases/download/v7.3.0/Tribler_7.3.0_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.3.0/Tribler_7.3.0_x64.exe'
checksum = '8e792bdc6dc62932e43ea5c478da02b70d019c9300cfa458fd6ec6db0462d28b'
url = 'https://github.com/Tribler/tribler/releases/download/v7.3.1/Tribler_7.3.1_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.3.1/Tribler_7.3.1_x64.exe'
checksum = '11df20dda2301a721da1c1b6370f24d36a493af153e391288aead2a3d988bf03'
checksumType = 'sha256'
checksum64 = '7929c6d036ca3e2d004d9bf16e091c579418a9c483cf2500822813d850d3b26e'
checksum64 = '429ce8f5f6caca58d796f062ebfc969cddebc000eaf107d323d09cd055540049'
checksumType64 = 'sha256'
softwareName = 'Tribler'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tribler/tribler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>7.3.0</version>
<version>7.3.1</version>
<authors>The Tribler Team</authors>
<owners>chocolatey, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down

0 comments on commit 61c4225

Please sign in to comment.