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 Sep 27, 2022
1 parent 1fc12ef commit 939747c
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.8</version>
<version>9.0.0</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.8_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.0_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: 3468AD8C281871ADA27088D157EFE4C56AEA3EDFA9C49750D1DA6AACE35237B6
checksum32: AFABEB616F49BD4EE09659255B44BE11663554CC436283F6946013701CC3ACFC

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.8_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.0_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.8_setup.exe"
file = "$toolsDir\ActivePresenter_v9.0.0_setup.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 939747c

Please sign in to comment.