Skip to content

Commit

Permalink
AU: 3 updated - ccleaner dropbox palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 20, 2018
1 parent 6c18640 commit 234a0a1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.47.6701</version>
<version>5.47.6716</version>
<authors>Piriform</authors>
<owners>maartenba, tonigellida</owners>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageName = 'ccleaner'
$url32 = 'https://download.ccleaner.com/ccsetup547.exe'
$url64 = $url32
$checksum32 = '39cfdf127cd5735671e76f60b065ce31e7c788c040cdde6efdad1462a73055b3'
$checksum32 = 'd2c17468859fdc3d8d64c0d29c4d682e9c7f3a6b34ef28673de05ec9931af40c'
$checksum64 = $checksum32

if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "58.3.87-beta",
"stable": "57.4.89"
"beta": "58.3.88-beta",
"stable": "58.3.88"
}
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>58.3.87-beta</version>
<version>58.3.88</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/dbx-releng/client/Dropbox%2058.3.87%20Offline%20Installer.exe'
checksum = '5a30fe2ff52ed9e0d96b56b18d75a83b13c6d0fac53fca5b9a1da324a500c18a'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2058.3.88%20Offline%20Installer.exe'
checksum = '697c4d11c49a7980a26508e7c862a593c6e0749c7e481935ee2e001431b66559'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>28.0.1</version>
<version>28.1.0</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.0.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.0.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.1.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.1.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '9e35bca4c68fb0f15c58f99b6d4ba7a2a1de4e94d617cdb8ca265c50d4c0fdb2'
checksum = 'bce7e80293b412c67796fb6f7a19868da48edb3dca6ff20377c4174ba3acc27a'
checksumType = 'sha256'
checksum64 = '31ce73c8b0200a21f9a6318a224a7bcdabdade1546d2ec8d48d6bf123f39a886'
checksum64 = 'a1db58e9cf5fdd240ceb94d692d47c243b384a427ca8b97304f457b19121bf04'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 234a0a1

Please sign in to comment.