Skip to content

Commit

Permalink
AU: 2 updated - cpu-z cpu-z.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 12, 2020
1 parent 472b94b commit 6415737
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion cpu-z.install/cpu-z.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@
<!-- 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.92.0.20200616</version>
<version>1.93</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
<description><![CDATA[ A freeware system profiler (system monitor) application that detects the central processing unit, RAM, motherboard chipset, and other hardware features of a modern personal computer, and presents the information in one window:
## Features
- Processor name and number, codename, process, package, cache levels.
- Mainboard and chipset.
- Memory type, size, timings, and module specifications (SPD).
- Real time measurement of each core's internal frequency, memory frequency.
## Notes
- You might need to use `--ignore-checksums` option when installing this package due to the fact that vendor overwrites historic download locations. Automatic updater will release new version with choco fix notation when that happens, but the push of this package can fail due to the longstanding bug with chocolatey gallery.
![screenshot](https://cdn.rawgit.com/majkinetor/chocolatey/master/cpu-z.install/screenshot.png)
]]></description>
<projectUrl>http://www.cpuid.com/softwares/cpu-z.html</projectUrl>
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.92-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.92-en.exe'
checksum = '46ee9bd10751f8609d0e23c2ddfc4ead04808c25698056529e268c8c1da24243'
checksum64 = '46ee9bd10751f8609d0e23c2ddfc4ead04808c25698056529e268c8c1da24243'
url = 'http://download.cpuid.com/cpu-z/cpu-z_1.93-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.93-en.exe'
checksum = 'c446dfdf87ec0c077a46a9e75b4d50c68a178167b9bb4c7d0f3b32c8a4be59f6'
checksum64 = 'c446dfdf87ec0c077a46a9e75b4d50c68a178167b9bb4c7d0f3b32c8a4be59f6'
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.92.0.20200616</version>
<version>1.93</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="1.92.0.20200616" />
<dependency id="cpu-z.install" version="1.93" />
</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 6415737

Please sign in to comment.