Skip to content

Commit

Permalink
AU: 4 updated - cpu-z cpu-z.install cpu-z.portable invoke-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 16, 2021
1 parent 42017f3 commit b22f1ff
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.95.0.20210213</version>
<version>1.96</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 @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'cpu-z.install'
fileType = 'exe'
url = 'https://download.cpuid.com/cpu-z/cpu-z_1.95-en.exe'
checksum = 'aaf8106dd83f758661ddf4f9fb7a7f45118016c61ab45673aa0f80c8a1097bed'
url = 'https://download.cpuid.com/cpu-z/cpu-z_1.96-en.exe'
checksum = '2cb546e35198bc7b4e91439a47c33541a18c20ff87f723148bba250a9f91bb05'
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>1.95.0.20210213</version>
<version>1.96</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
Expand Down
4 changes: 2 additions & 2 deletions cpu-z.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'

$packageArgs = @{
packageName = $Env:ChocolateyPackageName
url = 'https://download.cpuid.com/cpu-z/cpu-z_1.95-en.zip'
checksum = '78bb6b619cb8bb8067ca487ce1bea0f643fbf91fa2684e8c13c53728a93dc9ea'
url = 'https://download.cpuid.com/cpu-z/cpu-z_1.96-en.zip'
checksum = '57a6a45e72ed3c215fecbc2c487c73fc4084450cf315041f41d2c00c4758b9e8'
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>1.95.0.20210213</version>
<version>1.96</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.95.0.20210213" />
<dependency id="cpu-z.install" version="1.96" />
</dependencies>
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion invoke-build/invoke-build.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>invoke-build</id>
<title>Invoke-Build</title>
<version>5.7.3</version>
<version>5.8.0</version>
<authors>Roman Kuzmin</authors>
<owners>Miodrag Milic</owners>
<summary>Invoke-Build is a build and test automation tool</summary>
Expand Down

0 comments on commit b22f1ff

Please sign in to comment.