Skip to content

Commit

Permalink
AU: 3 updated - cpu-z cpu-z.install cpu-z.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 18, 2022
1 parent ee3c2fd commit 392eaee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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>2.03</version>
<version>2.3.0.20221018</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
Expand Down
2 changes: 1 addition & 1 deletion cpu-z.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = 'cpu-z.install'
fileType = 'exe'
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.03-en.exe'
checksum = 'a58c115cfe5d5e0c0e303f08908dda971cebca85defedea7fc673a77d45ced81'
checksum = 'ad047614488a75b1a272d6cc6e075d971f7e0df7cfab127d1ffb06b4b1509022'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion cpu-z.portable/cpu-z.portable.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.portable</id>
<title>CPU-Z (Portable)</title>
<version>2.03</version>
<version>2.3.0.20221018</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
Expand Down
2 changes: 1 addition & 1 deletion cpu-z.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.03-en.zip'
checksum = 'eca1739058726f6ce2cebf3bd39fae1a3b4e76334fb62b8d8f4042d338bb15d1'
checksum = 'cce36729a38af3e6aa055d0466f117c306cce37d443add282da4482d4a8ec13d'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
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>2.03</version>
<version>2.3.0.20221018</version>
<authors>CPUID</authors>
<owners>Miodrag Milić</owners>
<summary>System information software</summary>
Expand All @@ -25,7 +25,7 @@
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/cpu-z.install/icon.png</iconUrl>
<docsUrl>http://www.cpuid.com/softwares/cpu-z.html#install</docsUrl>
<dependencies>
<dependency id="cpu-z.install" version="2.03" />
<dependency id="cpu-z.install" version="2.3.0.20221018" />
</dependencies>
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>
Expand Down

0 comments on commit 392eaee

Please sign in to comment.