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 Mar 14, 2023
1 parent 4b6d3d9 commit b6f42d6
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.05</version>
<version>2.5.0.20230314</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.05-en.exe'
checksum = '904949b3bbb364ad96b76a55a55f42929a416729c19348727fd9148c3f6fa970'
checksum = '566194645fc1906d1febbe81cb2b2483e05a5f69fb811abacab94096eb14002d'
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.05</version>
<version>2.5.0.20230314</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.05-en.zip'
checksum = '6ed8b2c29bf6cab810d0c06b73cc914785d79717a414d25a0b2926fc7ab70572'
checksum = '3a25cc89aca5d6b43fc0a603fa97512914d4f5518782211caba80e5c60368bd8'
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.05</version>
<version>2.5.0.20230314</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.05" />
<dependency id="cpu-z.install" version="2.5.0.20230314" />
</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 b6f42d6

Please sign in to comment.