Skip to content

Commit

Permalink
AU: 3 updated - dropbox kitty palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 25, 2019
1 parent 0640d73 commit f442a2f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "78.3.112-beta",
"beta": "78.3.114-beta",
"stable": "78.3.112"
}
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>78.3.112</version>
<version>78.3.114-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 = '78.3.112'
$version = '78.3.114'

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%2078.3.112%20Offline%20Installer.exe'
checksum = 'c9eace6926f8616b91cc144bf15849e90c03803913a5aeb5c52ec8884cfbdb0d'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2078.3.114%20Offline%20Installer.exe'
checksum = '4754e09c7d27341da2fd8d77b74837b536f27cf057ea8c9e7970df48c7dda119'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.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>kitty</id>
<version>0.71.0.6</version>
<version>0.71.0.7</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey, Andre-Patrick Bubel, Miodrag Milic</owners>
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.6.0.1</version>
<version>28.6.1</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.6.0.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.6.0.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.6.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.6.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'd2af3b33f5f5c89792afa07d261a284b6dff2ae4d9f9f85f3cf55bfd74d7206c'
checksum = '6dc52ea820ebe0ea7b0f8f8005fa0eee045acc4e72fe7b879cab06eef6c8ebfa'
checksumType = 'sha256'
checksum64 = '9526941ff1d437ac94a5fc89ff8d0924a249de44c9413004d9a283b45f5debc2'
checksum64 = '31d433a8fb26dc1acc3d0449f5bea7c2fbba6c20d707fd9a76f0d16623b899ce'
checksumType64= 'sha256'

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

0 comments on commit f442a2f

Please sign in to comment.