Skip to content

Commit

Permalink
AU: 2 updated - nexus-oss rundeck
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 20, 2020
1 parent 7480fa5 commit c340d47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nexus-oss/nexus-oss.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nexus-oss</id>
<title>Nexus Repository Manager OSS</title>
<version>2.14.15.01</version>
<version>2.14.18.01</version>
<authors>Sonatype</authors>
<owners>Miodrag Milić</owners>
<summary>Repository to manage software components required for development, deployment, and provisioning</summary>
Expand Down
4 changes: 2 additions & 2 deletions nexus-oss/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'nexus-oss'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/oss/nexus-2.14.15-01-bundle.zip'
$checksum = '7705b36bb8256f8e04452a7e0eded69ffc13b66f33267744eafebdf70942ffc5'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/oss/nexus-2.14.18-01-bundle.zip'
$checksum = '738a6c0f6bf910eb34c067d66f887248660ea1842acbc7222076f60102431f5a'
$installDir = 'c:\nexus'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions rundeck/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://dl.bintray.com/rundeck/rundeck-maven/rundeck-3.2.6-20200427.war
x32: https://dl.bintray.com/rundeck/rundeck-maven/rundeck-3.2.7-20200515.war

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: A866C32D866D7B28470E439EEB8C490625D2B116DCC0451A17E198891573CAFB
checksum32: 730E11A2FAD28FAEC4DA5345AB176A1644259CE87B93DCD200400C7EA8FF7A48

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/rundeck/rundeck/master/LICENSE
4 changes: 2 additions & 2 deletions rundeck/rundeck.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>rundeck</id>
<title>Rundeck</title>
<version>3.2.6</version>
<version>3.2.7</version>
<authors>Rundeck, Inc.</authors>
<owners>Miodrag Milic</owners>
<summary>Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.</summary>
Expand Down Expand Up @@ -61,7 +61,7 @@ cinst rundeck --params "/InstallDir:c:\rundeck2 /AdminPwd:test123 /CliOpts:'-Xms
<licenseUrl>https://github.com/rundeck/rundeck/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/rundeck/icon.png</iconUrl>
<releaseNotes>https://docs.rundeck.com/3.2.6/history/3_2_x/version-3.2.6.html</releaseNotes>
<releaseNotes>https://docs.rundeck.com/3.2.7/history/3_2_x/version-3.2.7.html</releaseNotes>
<docsUrl>http://rundeck.org/docs.html</docsUrl>
<bugTrackerUrl>https://github.com/rundeck/rundeck/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/rundeck/rundeck</projectSourceUrl>
Expand Down

0 comments on commit c340d47

Please sign in to comment.