diff --git a/automatic/activepresenter/activepresenter.nuspec b/automatic/activepresenter/activepresenter.nuspec index 0a500a3719e..268b4c74e5d 100644 --- a/automatic/activepresenter/activepresenter.nuspec +++ b/automatic/activepresenter/activepresenter.nuspec @@ -5,7 +5,7 @@ activepresenter Active Presenter - 9.0.0 + 9.0.1 Atomi Systems chocolatey-community Screen Recording and Interactive eLearning Authoring Tool diff --git a/automatic/activepresenter/legal/VERIFICATION.txt b/automatic/activepresenter/legal/VERIFICATION.txt index dd932bdd24c..bbbfc1c7060 100644 --- a/automatic/activepresenter/legal/VERIFICATION.txt +++ b/automatic/activepresenter/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.0_setup.exe + x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.1_setup.exe to download the installer. @@ -15,8 +15,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: AFABEB616F49BD4EE09659255B44BE11663554CC436283F6946013701CC3ACFC + checksum32: B117CFAA3DA9DA35CAC4A7CCD20C50FCA14F58B6F10684A2018BAEDA0DF22324 Using AU: - Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.0_setup.exe + Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.1_setup.exe diff --git a/automatic/activepresenter/tools/chocolateyInstall.ps1 b/automatic/activepresenter/tools/chocolateyInstall.ps1 index c7933d3d3da..ec45382fb35 100644 --- a/automatic/activepresenter/tools/chocolateyInstall.ps1 +++ b/automatic/activepresenter/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'activepresenter' fileType = 'exe' - file = "$toolsDir\ActivePresenter_v9.0.0_setup.exe" + file = "$toolsDir\ActivePresenter_v9.0.1_setup.exe" silentArgs = '/VERYSILENT' validExitCodes = @(0) } diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 27db1e0034e..a3bd8259844 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "108.0.5344.0-snapshots", - "stable": "106.0.5249.91" + "stable": "106.0.5249.103" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fc77f3b6a1e..89172d58206 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 108.0.5344.0-snapshots - Chromium Snapshots + 106.0.5249.103 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6266c7719ab..820d2ffa5f8 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: E2A726B6FF678A9C6A7DB2AB58D4643A6D5986C36A068D5C0CE54E72A0D44F95 - checksum64: C5B0BD99535606745AFCC51609B98B57DD14ED26988519BDAB28BBE204537346 + checksum32: 1347F8826A859F76135962170664515760F0772240D1066E528CB5F76B083B48 + checksum64: 1AE2A4CCFCF98CB08A391CD7514BFB3D0E681E306DE82D12457F383BA0D621AF The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 738e0bcb098..00db43aa705 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "108.0.5344.0-snapshots" +$version = "106.0.5249.103" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string