This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 11a182f Chocolatey
committed
1 parent 5809ba8 commit 11a182f Copy full SHA for 11a182f
File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
6
6
<id >cpu-z.install</id >
7
7
<title >CPU-Z (Install)</title >
8
- <version >2.13 </version >
8
+ <version >2.14 </version >
9
9
<authors >CPUID</authors >
10
10
<owners >majkinetor</owners >
11
11
<summary >System information software</summary >
Original file line number Diff line number Diff line change 3
3
$packageArgs = @ {
4
4
packageName = ' cpu-z.install'
5
5
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 '
8
8
checksumType = ' sha256'
9
9
silentArgs = ' /VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
10
10
validExitCodes = @ (0 )
Original file line number Diff line number Diff line change 5
5
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
6
6
<id >cpu-z.portable</id >
7
7
<title >CPU-Z (Portable)</title >
8
- <version >2.13.0.20241223 </version >
8
+ <version >2.14 </version >
9
9
<authors >CPUID</authors >
10
10
<owners >majkinetor</owners >
11
11
<summary >System information software</summary >
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ $is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'
5
5
6
6
$packageArgs = @ {
7
7
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 '
10
10
checksumType = ' sha256'
11
11
unzipLocation = $toolsPath
12
12
}
Original file line number Diff line number Diff line change 4
4
<metadata >
5
5
<id >cpu-z</id >
6
6
<title >CPU-Z</title >
7
- <version >2.13 </version >
7
+ <version >2.14 </version >
8
8
<authors >CPUID</authors >
9
9
<owners >Miodrag Milić</owners >
10
10
<summary >System information software</summary >
25
25
<iconUrl >https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/cpu-z.install/icon.png</iconUrl >
26
26
<docsUrl >http://www.cpuid.com/softwares/cpu-z.html#install</docsUrl >
27
27
<dependencies >
28
- <dependency id =" cpu-z.install" version =" 2.13 " />
28
+ <dependency id =" cpu-z.install" version =" 2.14 " />
29
29
</dependencies >
30
30
<releaseNotes >http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes >
31
31
<bugTrackerUrl >http://www.cpuid.com/bug-report.html</bugTrackerUrl >
You can’t perform that action at this time.
0 commit comments