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 9, 2020
1 parent b1bfe8f commit 9a882c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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>1.94</version>
<version>1.94.0.20201009</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
Expand Down
4 changes: 2 additions & 2 deletions cpu-z.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
fileType = 'exe'
url = 'http://download.cpuid.com/cpu-z/cpu-z_1.94-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.94-en.exe'
checksum = '791e1169bbdbf15d8b8741da53f45103e2dc24b95a54c2b37e2bcae82a65ff60'
checksum64 = '791e1169bbdbf15d8b8741da53f45103e2dc24b95a54c2b37e2bcae82a65ff60'
checksum = 'ad9cf4cfe30a4cd51f675aa8ed7810258decf0247a53eb3c44f241a1671617d8'
checksum64 = 'ad9cf4cfe30a4cd51f675aa8ed7810258decf0247a53eb3c44f241a1671617d8'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
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>1.94</version>
<version>1.94.0.20201009</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 @@ -3,7 +3,7 @@
$packageName = 'cpu-z.portable'
$url32 = 'http://download.cpuid.com/cpu-z/cpu-z_1.94-en.zip'
$url64 = $url32
$checksum32 = 'efd7a22b0ec76b98cf22ff302c6dc5f7b77baa4fa33f9476a231a53aef859b9b'
$checksum32 = '99db63c08e3c93deeb294c74213430f8f8360299087aef3b3c8a6a09aa359cad'
$checksum64 = $checksum32

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
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.94</version>
<version>1.94.0.20201009</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.94" />
<dependency id="cpu-z.install" version="1.94.0.20201009" />
</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 9a882c4

Please sign in to comment.