Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 11a182f

Browse files
author
Chocolatey
committed
1 parent 5809ba8 commit 11a182f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

cpu-z.install/cpu-z.install.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
66
<id>cpu-z.install</id>
77
<title>CPU-Z (Install)</title>
8-
<version>2.13</version>
8+
<version>2.14</version>
99
<authors>CPUID</authors>
1010
<owners>majkinetor</owners>
1111
<summary>System information software</summary>

cpu-z.install/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$packageArgs = @{
44
packageName = 'cpu-z.install'
55
fileType = 'exe'
6-
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.13-en.exe'
7-
checksum = 'a4d4394bddb7a6d30db5d59656c8156a40afbe55929712eef54c12513e2fd36f'
6+
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.14-en.exe'
7+
checksum = '9c672f8ad63486d1cfbba3e7376143f9107c09dea7b30f0e0bc7e7b0ec04108d'
88
checksumType = 'sha256'
99
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
1010
validExitCodes = @(0)

cpu-z.portable/cpu-z.portable.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
66
<id>cpu-z.portable</id>
77
<title>CPU-Z (Portable)</title>
8-
<version>2.13.0.20241223</version>
8+
<version>2.14</version>
99
<authors>CPUID</authors>
1010
<owners>majkinetor</owners>
1111
<summary>System information software</summary>

cpu-z.portable/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'
55

66
$packageArgs = @{
77
packageName = $Env:ChocolateyPackageName
8-
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.13-en.zip'
9-
checksum = 'd00aca40be20fc2034eb4ed85f2fc99c149fd6bc932439c5990c7539c4d5e15a'
8+
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.14-en.zip'
9+
checksum = '8e0fa773bf2598e9ce9167824f9bdb542b0ce3324937bfba020d2042fa6d7fd5'
1010
checksumType = 'sha256'
1111
unzipLocation = $toolsPath
1212
}

cpu-z/cpu-z.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>cpu-z</id>
66
<title>CPU-Z</title>
7-
<version>2.13</version>
7+
<version>2.14</version>
88
<authors>CPUID</authors>
99
<owners>Miodrag Milić</owners>
1010
<summary>System information software</summary>
@@ -25,7 +25,7 @@
2525
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/cpu-z.install/icon.png</iconUrl>
2626
<docsUrl>http://www.cpuid.com/softwares/cpu-z.html#install</docsUrl>
2727
<dependencies>
28-
<dependency id="cpu-z.install" version="2.13" />
28+
<dependency id="cpu-z.install" version="2.14" />
2929
</dependencies>
3030
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
3131
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>

0 commit comments

Comments
 (0)