Skip to content

Commit

Permalink
AU: 4 updated - 1remote cpu-z cpu-z.install cpu-z.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 6, 2024
1 parent 86c854b commit acac688
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 1remote/1remote.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>1remote</id>
<title>1Remote</title>
<version>1.0.0.20241103</version>
<version>1.0.0.20241106</version>
<authors>1Remote Team</authors>
<owners>Miodrag Milic</owners>
<summary>Remote Access Session Manager</summary>
Expand Down
4 changes: 2 additions & 2 deletions 1remote/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/1Remote/1Remote/releases/download/Nightly/1Remote-1.0.1.0-alpha-net6-x64-nightly-20241103-64a12f.zip
x64: https://github.com/1Remote/1Remote/releases/download/Nightly/1Remote-1.0.1.0-alpha-net6-x64-nightly-20241106-dad31e.zip

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'

checksum64: CA4FF7D186AEB3B67AE4FF3246EA247BBA2DE024743746E2422B1F8C218C2D08
checksum64: D7AF2DC4417DE3D6925F1F96DEAA7DC8545CC08BBDB7230D2A6CCCF86384FD84

File 'license.txt' is obtained from:
https://github.com/VShawn/PRemoteM/blob/dev/LICENSE
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.11.0.20241024</version>
<version>2.12</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.11-en.exe'
checksum = '03fa495f824001fa09623b4586be4ccb988d95d4a7bf465850d5e393a98f8223'
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.12-en.exe'
checksum = 'dd3b672da45c50a57053d037d7ea0c9373275d42c75df2282c2536ea104fe5c5'
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.11.0.20241024</version>
<version>2.12</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.11-en.zip'
checksum = 'ff90e96fa48e5d10a5e491696497d81b3108d1f1ac05770a0b47cc3d2700146f'
url = 'https://download.cpuid.com/cpu-z/cpu-z_2.12-en.zip'
checksum = 'd90f51777a346b70e128e2d7e2e749589df312b0f13f1ca6da98e0209106b9dc'
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.11.0.20241024</version>
<version>2.12</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.11.0.20241024" />
<dependency id="cpu-z.install" version="2.12" />
</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 acac688

Please sign in to comment.