Skip to content

Commit

Permalink
AU: 4 updated - cpu-z cpu-z.install cpu-z.portable plantuml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 30, 2023
1 parent 000a8b2 commit 3bd5ca2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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>2.3.0.20221125</version>
<version>2.04</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_2.03-en.exe'
checksum = 'f3a34a03f6e74dfeba15819ca2f3b5faf7915f7d3d76b930dda33c665cdc7c29'
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.04-en.exe'
checksum = 'fb3737f517226f0e73e6a5c3009b37586e7c052f30838f6c74a0466d66d02b4b'
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>2.3.0.20221125</version>
<version>2.04</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_2.03-en.zip'
checksum = 'dc4ca12f4154095169d39fdc8ecf1a66386654f91abd438415dcc4dbcb69cf41'
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.04-en.zip'
checksum = 'b387a5ccc50d78de64146a94af05af8f2d41fe77b046413f2be561c2a397e0f0'
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>2.3.0.20221125</version>
<version>2.04</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="2.3.0.20221125" />
<dependency id="cpu-z.install" version="2.04" />
</dependencies>
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>
Expand Down
6 changes: 3 additions & 3 deletions plantuml/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sourceforge.net/projects/plantuml/files/plantuml.1.2023.0.jar/download
x32: https://sourceforge.net/projects/plantuml/files/plantuml.1.2023.1.jar/download

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 0CCB06BFF4AAB06253F940ED306C32AABA37A3B247B58072CF7128A76A5D3BD9
checksum32: 25EB7C4DE1AE24C98A0A7B83C807AB84FE991058C6E654DC1BA7B84581DBEF66

Using AU:

Get-RemoteChecksum https://sourceforge.net/projects/plantuml/files/plantuml.1.2023.0.jar/download
Get-RemoteChecksum https://sourceforge.net/projects/plantuml/files/plantuml.1.2023.1.jar/download

Information about license can be seen at:
http://plantuml.com/download
2 changes: 1 addition & 1 deletion plantuml/plantuml.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>plantuml</id>
<version>1.2023.0</version>
<version>1.2023.1</version>
<title>PlantUML</title>
<authors>Arnaud Roques</authors>
<owners>Yoshimov, Miodrag Milic</owners>
Expand Down

0 comments on commit 3bd5ca2

Please sign in to comment.