Skip to content

Commit

Permalink
AU: 3 updated - jenkins nexus-repository python3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 5, 2023
1 parent 9cc497a commit 516d394
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/jenkins/jenkins.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jenkins</id>
<version>2.387.1</version>
<version>2.387.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/jenkins</packageSourceUrl>
<owners>chocolatey-community,pauby,johnypony3</owners>
<title>Jenkins CI</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jenkins/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link from <https://www.jenkins.io/download/>

1. Download the file via:
64-Bit: <http://mirrors.jenkins-ci.org/windows-stable/2.387.1/jenkins.msi>
64-Bit: 2.387.2/jenkins.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 39084624E1A202E000A5FAFDBC8EC82895B490470EA8CAD40D9D32AAF8445C10
checksum64: 02023B20C140F2AE85D7A702ACA0692FDBC9FC2458D41838F3A8D4326DE58FB3

File 'LICENSE.txt' is obtained from <https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt>
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.50.0.01</version>
<version>3.51.0.01</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.50.0-01'
$Version = '3.51.0-01'
$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.50.0-01-win64.zip'
checksum64 = '09d3295cefdb225dcc34f8cb0a62f4a3476526979f7b454abd9f12ab4c8503e8'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.51.0-01-win64.zip'
checksum64 = 'a95a64c340c32969540eb7ca5494259fe2c512249ecb82bcf718d0dbe5be2396'
checksumType64 = 'SHA256'
}

Expand Down
6 changes: 3 additions & 3 deletions automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.10",
"3.11": "3.11.2",
"3.12": "3.12.0-a6"
"3.10": "3.10.11",
"3.11": "3.11.3",
"3.12": "3.12.0-a7"
}
4 changes: 2 additions & 2 deletions automatic/python3/python3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.12.0-a6</version>
<version>3.12.0-a7</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -29,7 +29,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python312" version="[3.12.0-a6]" />
<dependency id="python312" version="[3.12.0-a7]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 516d394

Please sign in to comment.