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 Aug 30, 2019
1 parent 6aeeddd commit 31858d8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.90</version>
<version>1.90.0.20190830</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.90-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.90-en.exe'
checksum = 'fd989ca4f0e15ff326711463f64d4e39e4f7e76ce8455472b5a2504757e849ce'
checksum64 = 'fd989ca4f0e15ff326711463f64d4e39e4f7e76ce8455472b5a2504757e849ce'
checksum = 'f6882adb8a399ddd3e5c4769b1b8d30994caba1b4a32d2c3fd195b946453fb23'
checksum64 = 'f6882adb8a399ddd3e5c4769b1b8d30994caba1b4a32d2c3fd195b946453fb23'
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.90</version>
<version>1.90.0.20190830</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.90-en.zip'
$url64 = $url32
$checksum32 = '436b2dcd5b330dfa5e6d655f3ecf962e0f1bd1d7326d59054646689969bcdbe9'
$checksum32 = '6a6563464184a5a6158ae9a9860927ac05b73cbb6f262453cd5433d4a8d79cd9'
$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.90</version>
<version>1.90.0.20190830</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.90" />
<dependency id="cpu-z.install" version="1.90.0.20190830" />
</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.5.2</version>
<version>5.5.3</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 31858d8

Please sign in to comment.