Skip to content

Commit

Permalink
AU: 3 updated - cpu-z cpu-z.install rundeck
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 5, 2018
1 parent fbbbbae commit fc6c37f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cpu-z.install/cpu-z.install.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>cpu-z.install</id>
<title>CPU-Z (Install)</title>
<version>1.84.0.20180331</version>
<version>1.85</version>
<authors>CPUID</authors>
<owners>Miodrag Milić</owners>
<summary>System information software</summary>
Expand Down
8 changes: 4 additions & 4 deletions cpu-z.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'cpu-z.install'
fileType = 'exe'
url = 'http://download.cpuid.com/cpu-z/cpu-z_1.84-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.84-en.exe'
checksum = '86625d6788cab41b913f81a4347463a18e009a12b020a6b58de727b5abed510c'
checksum64 = '86625d6788cab41b913f81a4347463a18e009a12b020a6b58de727b5abed510c'
url = 'http://download.cpuid.com/cpu-z/cpu-z_1.85-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.85-en.exe'
checksum = '8b2188e6c9c87ff32f99df33005c2f1d2f0faf766615efc69de9c0f9dddb2f3d'
checksum64 = '8b2188e6c9c87ff32f99df33005c2f1d2f0faf766615efc69de9c0f9dddb2f3d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
Expand Down
4 changes: 2 additions & 2 deletions cpu-z/cpu-z.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cpu-z</id>
<title>CPU-Z</title>
<version>1.84.0.20180331</version>
<version>1.85</version>
<authors>CPUID</authors>
<owners>Miodrag Milić</owners>
<summary>System information software</summary>
Expand All @@ -25,7 +25,7 @@
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/cpu-z.install/icon.png</iconUrl>
<docsUrl>http://www.cpuid.com/softwares/cpu-z.html#install</docsUrl>
<dependencies>
<dependency id="cpu-z.install" version="1.84.0.20180331" />
<dependency id="cpu-z.install" version="1.85" />
</dependencies>
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>
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: http://dl.bintray.com/rundeck/rundeck-maven/rundeck-launcher-2.11.0.jar
x32: http://dl.bintray.com/rundeck/rundeck-maven/rundeck-launcher-2.11.1.jar

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: D4454385B8824959E26165ABC294D9C70EE870D0B8504804B6BF014BEEE65F5D
checksum32: D98F4B3604E8FFD6A58A7DBC75DE101E1DB258849D78DBBAC9100F9AE21F4149

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>2.11.0</version>
<version>2.11.1</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 @@ -60,7 +60,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.rawgit.com/majkinetor/chocolatey/master/rundeck/icon.png</iconUrl>
<releaseNotes>https://github.com/rundeck/rundeck/blob/v2.11.0/RELEASE.md</releaseNotes>
<releaseNotes>https://github.com/rundeck/rundeck/blob/v2.11.1/RELEASE.md</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 fc6c37f

Please sign in to comment.