diff --git a/automatic/activepresenter/activepresenter.nuspec b/automatic/activepresenter/activepresenter.nuspec
index efddddf01cf..d85eb37798f 100644
--- a/automatic/activepresenter/activepresenter.nuspec
+++ b/automatic/activepresenter/activepresenter.nuspec
@@ -5,7 +5,7 @@
activepresenter
Active Presenter
- 7.5.1
+ 7.5.2
Atomi Systems
chocolatey
Screen Recording and Interactive eLearning Authoring Tool
diff --git a/automatic/activepresenter/legal/VERIFICATION.txt b/automatic/activepresenter/legal/VERIFICATION.txt
index 508285cf28c..e62d4bda731 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_v7.5.1_setup.exe
+ x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.2_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: 883A46A5F9F4CA3C43CFB465776691D320445F130AEFE2A89E1FC9CD0CF241AC
+ checksum32: D92459DB224677A34E55B49E5B5EF0F49A761343FA008BDACED290670CA87477
Using AU:
- Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.1_setup.exe
+ Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.2_setup.exe
diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json
index f2f32534fa6..c88c0abe453 100644
--- a/automatic/chromium/chromium.json
+++ b/automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "73.0.3640.0-snapshots",
- "stable": "71.0.3578.80"
+ "stable": "71.0.3578.98"
}
diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec
index 14491855a08..38455df1139 100644
--- a/automatic/chromium/chromium.nuspec
+++ b/automatic/chromium/chromium.nuspec
@@ -3,8 +3,8 @@
chromium
- 73.0.3640.0-snapshots
- Chromium Snapshots
+ 71.0.3578.98
+ Chromium
chocolatey
The Chromium Authors
http://www.chromium.org/Home
diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt
index ff63504f6c5..3fb895d90cf 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: 97C1C0EFF1400378C9E69F7E76DCC51F13FE3662EA8D2002A75F8BEB90B45A6E
- checksum64: F331FDFC2D36899929EEAA19CCFAAB78D824935146D152888B7AA239E6DD22ED
+ checksum32: F97EA6AFF34AA7E68FEA536184732B025567F58F705E633A5F9A7691CE04119C
+ checksum64: BB70D46F84260DA5C785955822838F451A57C91234E90BABACD4E912155B6BF1
The file 'LICENSE.txt' has been obtained from
diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1
index 5919b2829b2..23a090e2d5d 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 = "73.0.3640.0-snapshots"
+$version = "71.0.3578.98"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string