Skip to content

Commit

Permalink
AU: 2 updated - cdburnerxp dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 8, 2017
1 parent 5c04e94 commit fb2f79c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/cdburnerxp/cdburnerxp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cdburnerxp</id>
<title>CDBurnerXP</title>
<version>4.5.7.6521</version>
<version>4.5.7.6623</version>
<authors>Canneverbe Limited</authors>
<owners>gep13, chocolatey</owners>
<summary>CDBurnerXP - burn CDs and DVDs for free!</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cdburnerxp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'cdburnerxp'
fileType = 'msi'
url = 'https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.7.6521.msi'
url64bit = 'https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.7.6521.msi'
checksum = 'c38d057b27fa8428e13c21bd749ef690b4969fab14518fb07c99ad667db6167e'
checksum64 = '3a665bcbaa60c229303a2676507d4753089a03cfe5e890f7c72fe83e298fa153'
url = 'https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.7.6623.msi'
url64bit = 'https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.7.6623.msi'
checksum = 'e4f35b5948b92a02b4f0e00426536dc65e3c28b200f2a9c8f3e19b01bff502f3'
checksum64 = 'b73e4fc3843aba9f9a1d8ecf01e52307b856e088fb4f6a5c74e52d0f9db25508'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
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>25.4.28</version>
<version>26.3.21</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/client/Dropbox%2025.4.28%20Offline%20Installer.exe'
checksum = 'd5299d285757b53eef5f548acce6ec1f50ed09dcc481bd74638f810e44c29614'
url = 'https://clientupdates.dropboxstatic.com/client/Dropbox%2026.3.21%20Offline%20Installer.exe'
checksum = '7de320fb275dab9b5f0ceb1312c538a6b0e10a6b819c27aa82852d95bbad6d5a'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down

0 comments on commit fb2f79c

Please sign in to comment.