Skip to content

Commit

Permalink
AU: 5 updated - cpu-z cpu-z.install cpu-z.portable etcher plantuml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 11, 2019
1 parent b8708fc commit f9a6fe6
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.0.20191011</version>
<version>1.91</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
Expand Down
8 changes: 4 additions & 4 deletions cpu-z.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'cpu-z.install'
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 = 'cae31d06cef8f2f2ad988b6bddbdca154733b1a2226f9b59faf609f9e09a1db5'
checksum64 = 'cae31d06cef8f2f2ad988b6bddbdca154733b1a2226f9b59faf609f9e09a1db5'
url = 'http://download.cpuid.com/cpu-z/cpu-z_1.91-en.exe'
url64bit = 'http://download.cpuid.com/cpu-z/cpu-z_1.91-en.exe'
checksum = '80ece6ed1e249578e97aee0e9e347644eef32b269b7327cbc370ad19218f1177'
checksum64 = '80ece6ed1e249578e97aee0e9e347644eef32b269b7327cbc370ad19218f1177'
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.0.20191011</version>
<version>1.91</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
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$packageName = 'cpu-z.portable'
$url32 = 'http://download.cpuid.com/cpu-z/cpu-z_1.90-en.zip'
$url32 = 'http://download.cpuid.com/cpu-z/cpu-z_1.91-en.zip'
$url64 = $url32
$checksum32 = '33e0a7c552aa337c26fb63cf07b45a05d36ac08341ced402229d3565d079a2b2'
$checksum32 = 'a535efc8014993a7b94edb6014de59905e3234d35198f6bf34b217bfa0a7d276'
$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.0.20191011</version>
<version>1.91</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.0.20191011" />
<dependency id="cpu-z.install" version="1.91" />
</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 etcher/etcher.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>etcher</id>
<title>Etcher</title>
<version>1.5.68</version>
<version>1.5.69</version>
<authors>Resin.io</authors>
<owners>Miodrag Milic</owners>
<summary>Flash OS images to SD cards and USB drives, safely and easily</summary>
Expand Down
4 changes: 2 additions & 2 deletions etcher/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'etcher'
fileType = 'exe'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.68/balenaEtcher-Setup-1.5.68.exe'
checksum = '2edae3641a244c34be8109dfe702240a94b663539ebedf965cbc6ecb3e06cc05'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.69/balenaEtcher-Setup-1.5.69.exe'
checksum = '0d6b97f9d5c1fb0500f2cd851dfdda928c47b210454946edbdb83795423b1d46'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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.2019.12.jar/download
x32: https://sourceforge.net/projects/plantuml/files/plantuml.1.2019.13.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: E00F054C9953A56B8C58ACB41BFEB69F2939789764ECFE3FFCF90D331DA30299
checksum32: 7FA2C92FB9C57B37D97C01457E02E93E1E90FFBD263264AE3D3A9E1A2D830A65

Using AU:

Get-RemoteChecksum https://sourceforge.net/projects/plantuml/files/plantuml.1.2019.12.jar/download
Get-RemoteChecksum https://sourceforge.net/projects/plantuml/files/plantuml.1.2019.13.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.2019.12</version>
<version>1.2019.13</version>
<title>PlantUML</title>
<authors>Arnaud Roques</authors>
<owners>Yoshimov, Miodrag Milic</owners>
Expand Down

0 comments on commit f9a6fe6

Please sign in to comment.