Skip to content

Commit

Permalink
AU: 1 updated - activepresenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 12, 2022
1 parent 6a28309 commit 733bb63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/activepresenter/activepresenter.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>activepresenter</id>
<title>Active Presenter</title>
<version>8.5.5</version>
<version>8.5.6</version>
<authors>Atomi Systems</authors>
<owners>chocolatey-community</owners>
<summary>Screen Recording and Interactive eLearning Authoring Tool</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/activepresenter/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Go to

x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.5_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.6_setup.exe

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: F3BD16A8765262967451A46F4E5315E54555F5D7794FB7FF485D9A0C0A3B64A1
checksum32: E31596FC75D57092AA4B9CF5D7ACD6FFE482390BB5AF0CF101B9E4FEAC9B53B4

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.5_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.6_setup.exe
2 changes: 1 addition & 1 deletion automatic/activepresenter/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'activepresenter'
fileType = 'exe'
file = "$toolsDir\ActivePresenter_v8.5.5_setup.exe"
file = "$toolsDir\ActivePresenter_v8.5.6_setup.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 733bb63

Please sign in to comment.