Skip to content

Commit

Permalink
AU: 4 updated - aida64-business aida64-engineer aida64-extreme aida64…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 24, 2022
1 parent ed6d7b5 commit 6e36218
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/aida64-business/aida64-business.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.75.6100</version>
<version>6.80.6200</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/aida64-business/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://download.aida64.com/aida64business675.zip'
$checksum = 'f93a05eaa13ed570c3fcc58bf417b48ea91987b0dbc627421e94a9ff3def2c9c'
$url = 'http://download.aida64.com/aida64business680.zip'
$checksum = '879f48b6f8164c1be4ea8d525e931fd4bd4c78fab8d91b01932099042866f37f'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/aida64-engineer/aida64-engineer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.75.6100</version>
<version>6.80.6200</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/aida64-engineer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://download.aida64.com/aida64engineer675.exe'
$checksum = '88468d015cfcb2c589ca4a47a56149e2510034ecb833a2da840531407be55ac2'
$url = 'http://download.aida64.com/aida64engineer680.exe'
$checksum = '08664d9b98dad7b32d85694330b9cec62c95ef3284b6d7d5812922b052d9c53c'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/aida64-extreme/aida64-extreme.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.75.6100</version>
<version>6.80.6200</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/aida64-extreme/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://download.aida64.com/aida64extreme675.exe'
$checksum = '12d2a102cbdb8f8bf35164ef98d531c34b70f24fd4edac7ed32d657687fb8826'
$url = 'http://download.aida64.com/aida64extreme680.exe'
$checksum = 'a620fe9b36ab21c7691dc99c5b91994abe7847f5e9d0db99a907c3b84052d5d5'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/aida64-networkaudit/aida64-networkaudit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.75.6100</version>
<version>6.80.6200</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/aida64-networkaudit/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://download.aida64.com/aida64networkaudit675.zip'
$checksum = '2b2b71882efeb55639a46da370ab3a2d96034163b08f08036a66259e04719477'
$url = 'http://download.aida64.com/aida64networkaudit680.zip'
$checksum = '6e1049a044a2477a6a2f02fc330e176cd6ce91bd36f74b8f5fee1f1d08df7c71'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 6e36218

Please sign in to comment.