From cbb5d06068dc9225527f294ef557d34f0c63a675 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 7 Mar 2024 06:15:48 +0000 Subject: [PATCH] AU: 1 updated - nexus-repository [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/a425276a9b850b81cad46e28375cadf69eeb198b --- automatic/nexus-repository/nexus-repository.nuspec | 2 +- automatic/nexus-repository/tools/chocolateyinstall.ps1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/nexus-repository/nexus-repository.nuspec b/automatic/nexus-repository/nexus-repository.nuspec index fae24ee88c3..7b6a1faa2a5 100644 --- a/automatic/nexus-repository/nexus-repository.nuspec +++ b/automatic/nexus-repository/nexus-repository.nuspec @@ -3,7 +3,7 @@ nexus-repository Nexus Repository OSS - 3.65.0.02 + 3.66.0.02 Sonatype chocolatey-community,DarwinJS Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support. diff --git a/automatic/nexus-repository/tools/chocolateyinstall.ps1 b/automatic/nexus-repository/tools/chocolateyinstall.ps1 index abb4f234825..9fe0cb8479e 100644 --- a/automatic/nexus-repository/tools/chocolateyinstall.ps1 +++ b/automatic/nexus-repository/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) { throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows." } -$Version = '3.65.0-02' +$Version = '3.66.0-02' $NexusVersionedFolder = "nexus-$Version" $TargetFolder = "$env:ProgramData\nexus" $ExtractFolder = "$env:TEMP\NexusExtract" @@ -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.65.0-02-win64.zip' - checksum64 = '2f237b08666bb80cd7992e7dca4f38ac52e993bf9e26db2b1705e0024c83bc42' + url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.66.0-02-win64.zip' + checksum64 = '96f28c96148bf81a30ee7f206eff81592dfcd82a0556218a3ac17956be14a251' checksumType64 = 'SHA256' }