Skip to content

Commit

Permalink
AU: 3 updated - activepresenter everything flashplayeractivex
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 11, 2017
1 parent 799c371 commit b28d466
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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>6.0.5</version>
<version>6.1.0</version>
<authors>Atomi Systems</authors>
<owners>chocolatey</owners>
<summary>Screen Recording and Interactive eLearning Authoring Tool</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/activepresenter/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERIFICATION
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Expand All @@ -7,16 +7,16 @@ Package can be verified like this:

1. Go to

x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.0.5_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.1.0_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: 75B0EA3F52628D3B4BED995BF0C3E802BCFB5E8820CDBC081E5AD7296BD5ACD0
checksum32: A324796B10C1B6FD53FC174F408BA6D69D63D724D63CDF58C224B1EBC542DF98

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.0.5_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.1.0_setup.exe
2 changes: 1 addition & 1 deletion automatic/everything/Everything.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>everything</id>
<version>1.4.1809</version>
<version>1.4.1867</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey, Mark Michaelis</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.809b.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.809b.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.867b.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.867b.x64-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: 957E097E96BE61B2211DBEBB808668EB7C15D74B6199A54448070D3E5A03C885
checksum64: 1BC1100C604D3D47F4C6F94C0F934B22D72007455297B7DB5F27C9E685FA59B0
checksum32: 4EDE914A6628C1DCCF1E5AFD7E5F589158D7602B2A769EC2A1480B54D086F0E8
checksum64: E3A93068A56BAABBB66A8632EC8BB43A47BA6C60ABA13F42739DD22DFD327902

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.809b.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.867b.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down
2 changes: 1 addition & 1 deletion automatic/everything/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$installerFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') { gi "$toolsDir\*x64*.exe" } else { gi "$toolsDir\*x86*.exe" }
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashplayeractivex/flashplayeractivex.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>24.0.0.221000</version>
<version>25.0.0.148</version>
<authors>Adobe Systems Incorporated</authors>
<projectUrl>https://www.adobe.com/software/flash/about/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/flashplayer.png</iconUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/flashplayeractivex/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'flashplayeractivex'
$version = '24.0.0.221'
$majorVersion = '24'
$version = '25.0.0.148'
$majorVersion = '25'
$registry = ( Get-UninstallRegistryKey -SoftwareName "Adobe Flash Player $majorVersion ActiveX" ).DisplayVersion
$checking = ( $registry -eq $version )
$alreadyInstalled = @{$true = "Adobe Flash Player ActiveX for IE $version is already installed."; $false = "Adobe Flash Player ActiveX for IE $version is not already installed."}[ $checking ]
Expand Down Expand Up @@ -29,10 +29,10 @@ if ($allRight) {
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/24.0.0.221/install_flash_player_24_active_x.msi'
url = 'https://download.macromedia.com/pub/flashplayer/pdc/25.0.0.148/install_flash_player_25_active_x.msi'
silentArgs = '/quiet /norestart REMOVE_PREVIOUS=YES'
softwareName = 'Adobe Flash Player ActiveX'
checksum = '8f6e534254b6bcf13d67c55376bc9ecd9c305d550202c093f023d065fa390a7c'
checksum = 'b073727c2d1895d53cd44eb90f703c2cf6a5d77bcd5b9d66c164085436cad9d2'
checksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit b28d466

Please sign in to comment.