Skip to content

Commit

Permalink
AU: 2 updated - activepresenter sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 25, 2020
1 parent baa71b8 commit 305cce1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.2</version>
<version>8.2.3</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.2.2_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.2.3_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: 3C4CE0F391042F49097C00CC34C46C09D1C3E4CCD7E20AE45CF27E8295383098
checksum32: D6FBD1C029F19A6AB9D83D1FC4842FB9B810432629F1B926AC3739DE5272E98B

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.2.2_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.2.3_setup.exe
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2020.11.4</version>
<version>2020.11.25</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'ac93286995ec1e881632797a781c2c01db9fb09f3e2a6beeee9831322f224e88'
checksum = '8c016173b23c3006ae3c427582266121f0e643d0b539cf13a2cb0a67ca60a4ba'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'd130f432ff126e367edb1727fc001f6a2ca66660c62290a7317ae658c6341f5e'
$packageArgs.checksum = 'e933dc70dc8ba90b1cd3bd0f52b5019f8fdbeebe1c90870e143dc9948c67d178'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 305cce1

Please sign in to comment.