Skip to content

Commit

Permalink
AU: 1 updated - nexus-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 7, 2024
1 parent 9d14e04 commit cbb5d06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.65.0.02</version>
<version>3.66.0.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.65.0-02'
$Version = '3.66.0-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.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'
}

Expand Down

0 comments on commit cbb5d06

Please sign in to comment.