Skip to content

Commit

Permalink
AU: 2 updated - activepresenter chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 14, 2018
1 parent 8172011 commit c7fdde0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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>7.5.1</version>
<version>7.5.2</version>
<authors>Atomi Systems</authors>
<owners>chocolatey</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_v7.5.1_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.2_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: 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
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "73.0.3640.0-snapshots",
"stable": "71.0.3578.80"
"stable": "71.0.3578.98"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>73.0.3640.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>71.0.3578.98</version>
<title>Chromium</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/616216/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/616215/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v71.0.3578.98-r599034-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v71.0.3578.98-r599034-win64/chromium-sync.exe>
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 <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7fdde0

Please sign in to comment.