Skip to content

Commit

Permalink
AU: 2 updated - dropbox nexus-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 13, 2023
1 parent 750839b commit 403d4c9
Show file tree
Hide file tree
Showing 5 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": "174.3.5762-beta",
"beta": "174.3.5782-beta",
"stable": "173.4.6706"
}
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>174.3.5762-beta</version>
<version>174.3.5782-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 = '174.3.5762'
$version = '174.3.5782'

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%20174.3.5762%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.3.5762%20Offline%20Installer.x64.exe'
checksum = '746cb40ce1de4e9762a267240f219d848cd7b0556ccae28484adfa457e5e7fa7'
checksum64 = 'ea7dd38a45c068ffaa8d807355d2c5d1ee02bd5a769088c264add215d2999073'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.3.5782%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20174.3.5782%20Offline%20Installer.x64.exe'
checksum = '146ace2a19e89b5c18ed77ecc2b4098eaef1d5b41715b6953d6ee67876f75709'
checksum64 = 'cba044f833328bd41dec81c1d24a2424288abeb4a9f25e36b0d71d84ea99df2a'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/nexus-repository/nexus-repository.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nexus-repository</id>
<title>Nexus Repository OSS</title>
<version>3.53.0.01</version>
<version>3.53.1.02</version>
<authors>Sonatype</authors>
<owners>chocolatey-community,DarwinJS</owners>
<summary>Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nexus-repository/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) {
throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows."
}

$Version = '3.53.0-01'
$Version = '3.53.1-02'
$NexusVersionedFolder = "nexus-$Version"
$TargetFolder = "$env:ProgramData\nexus"
$ExtractFolder = "$env:TEMP\NexusExtract"
Expand Down Expand Up @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") {
$PackageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $ExtractFolder
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.53.0-01-win64.zip'
checksum64 = 'b8039db72d61be13a680edd513f3b43cf8c63d778ea965405d2187f6783eb9be'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.53.1-02-win64.zip'
checksum64 = '20084e3fe17d8419f7338077e9a958e29d63487178f8dcc82d27a3e8667f4ce4'
checksumType64 = 'SHA256'
}

Expand Down

0 comments on commit 403d4c9

Please sign in to comment.