Skip to content

Commit

Permalink
AU: 2 updated - activepresenter brave
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 10, 2021
1 parent 6ce3a19 commit f9099ab
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/activepresenter/activepresenter.nuspec
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.0</version>
<version>8.5.1</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
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Go to

x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.0_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.1_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: CC2EC234821D88E42CE0D3C860BD9BC61A8A8B8220A1CD6E282634E0FF9FAA1A
checksum32: 82D5752D92F9FF931CD4401B3C9B7E09FB8AF32340D6D721FE5062D5C5DECFD0

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.0_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.1_setup.exe
2 changes: 1 addition & 1 deletion automatic/activepresenter/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'activepresenter'
fileType = 'exe'
file = "$toolsDir\ActivePresenter_v8.5.0_setup.exe"
file = "$toolsDir\ActivePresenter_v8.5.1_setup.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.28.104",
"stable": "1.28.105",
"beta": "1.29.51-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.28.104</version>
<version>1.28.105</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.28.104/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.28.104/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.28.105/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.28.105/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: F852DBCF34569AAAA2E1C8FA7F6DAD8407F1077AEC0E560CFF5CEB8067ADA97D
checksum64: FACDBDCC5088C9BBC3DE9DF410011FA553FD46F4D06CA9E3FC301F591091020C
checksum32: 47776FC88FFEB2F0B6E1A5E2B7657F3FCFF001224E66107B0D37A755EB4E32EF
checksum64: 48401EFCB4D467B9AC4F58A0C2DF5C452E9D7990FFE90478DCF1D3CC5351D40E

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.28.104'
[version]$softwareVersion = '1.28.105'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down

0 comments on commit f9099ab

Please sign in to comment.