Skip to content

Commit

Permalink
AU: 2 updated - aida64-business aida64-networkaudit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 26, 2019
1 parent 928f76d commit cab4f45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.10.5200</version>
<version>6.20.5300</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/aida64business610.zip'
$checksum = '9a91b12b729c2b9086e551aaf1fc7c3c151fb996d79b2c4af881e0b2fd185ec7'
$url = 'http://download.aida64.com/aida64business620.zip'
$checksum = 'e03eedc3164d7853a82bcbbc7d5ff617095fce69a237d66a823bdcb2f0f2cfea'
$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.10.5200</version>
<version>6.20.5300</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/aida64networkaudit610.zip'
$checksum = 'cba7d6715d25888677917c854c06a061089c5a24b39f4a5ae4d7cdb459fe5e63'
$url = 'http://download.aida64.com/aida64networkaudit620.zip'
$checksum = 'ca2476bea6013adc7340642318db012fa31ba8f4d20f08a2d32d98b80a9c6999'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit cab4f45

Please sign in to comment.