Skip to content

Commit

Permalink
AU: 2 updated - dropbox palemoon
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 15, 2025
1 parent 6c7e40b commit a999f2b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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": "216.3.4299-beta",
"beta": "216.3.4345-beta",
"stable": "215.4.7202"
}
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>216.3.4299-beta</version>
<version>216.3.4345-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 = '216.3.4299'
$version = '216.3.4345'

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%20216.3.4299%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20216.3.4299%20Offline%20Installer.x64.exe'
checksum = '5fffb92aeb3a05a43b4be93bf33f2abfdd6ed075d955031cef176d71976aafb9'
checksum64 = '1fbfc75ed96876361ad4365584432f72e49f851e94742c2e61acb579ba927bed'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20216.3.4345%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20216.3.4345%20Offline%20Installer.x64.exe'
checksum = '854e26d9caefb69ee7993a241832b1a396d97305d58553ce305fec12d8c84338'
checksum64 = '3556007318664f69a63114b71e56b62831ac98063cbd821d8994cbf0b893a73f'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
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>33.5.0</version>
<version>33.5.1</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</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 = 'https://rm-eu.palemoon.org/release/palemoon-33.5.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.5.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-33.5.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.5.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'c8e3efcd8d22f30725cd80acca8213f397645223fab371b9264483d6e97b4b0e'
checksum = 'e6bad2af85b2bc7a397d584c7f17fd56b74cc30bc7517cd7979775dfe2696c7e'
checksumType = 'sha256'
checksum64 = '20a16bee446e28ce426b72774ffcd406678e469ab8b479f1a47b57deee3a7c98'
checksum64 = 'bd791523bec6c9a4cab56f59453fe8f150d99f3dc95d44e16766d9fc7ab35666'
checksumType64= 'sha256'

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

0 comments on commit a999f2b

Please sign in to comment.