Skip to content

Commit

Permalink
AU: 3 updated - activepresenter Opera speccy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 4, 2017
1 parent 9d51ba8 commit 207076c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.1.0</version>
<version>6.1.1</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_v6.1.0_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.1.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: A324796B10C1B6FD53FC174F408BA6D69D63D724D63CDF58C224B1EBC542DF98
checksum32: 32F2CBB6C7EE58433CBBE5E18926BF372E0FB157E9A2A63F16CD9EB93396C32F

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.1.0_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.1.1_setup.exe
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>46.0.2597.32</version>
<version>46.0.2597.39</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -15,7 +15,7 @@
The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.
</description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-46/#b2597.32</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-46/#b2597.39</releaseNotes>
<tags>browser opera admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)

if (Is32BitInstalled) { $env:ChocolateyForceX86 = $true }

$version = '46.0.2597.32'
$version = '46.0.2597.39'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.32/win/Opera_46.0.2597.32_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.32/win/Opera_46.0.2597.32_Setup_x64.exe'
checksum = '74977b0da0219d646ef8c34d9cbb15e96a1ed76c2a44bb3d25b70f4e9920b44f'
checksum64 = 'f87f091f5eda0cd68390edd18b413e4625ae4bf983fa2b4ba423f9689de571a2'
url = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.39/win/Opera_46.0.2597.39_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.39/win/Opera_46.0.2597.39_Setup_x64.exe'
checksum = 'e7305d2b2aa8b3d5dab88206b220947132bb122d84dd72422f915b8e4232bc7e'
checksum64 = 'f149df1d72dc6f16a0710392566a19c3c3392a9a53832c10c0dd4843c85bdcfe'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down
2 changes: 1 addition & 1 deletion automatic/speccy/speccy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>speccy</id>
<title>Speccy</title>
<owners>chocolatey</owners>
<version>1.30.730</version>
<version>1.31.732</version>
<authors>Piriform LTD</authors>
<summary>Speccy will give you detailed statistics on every piece of hardware in your computer.</summary>
<description>
Expand Down
6 changes: 3 additions & 3 deletions automatic/speccy/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'speccy'
$url32 = 'http://download.piriform.com/spsetup130.exe'
$url32 = 'http://download.piriform.com/spsetup131.exe'
$url64 = $url32
$checksum32 = '511a972a69622af955a73b41d6145cfbac67d19954423a8284ae5846aef1b675'
$checksum32 = 'f52ec93f4ea0b4d7cce5c4b495b8b2da2657ff2073a1745993d972ae8d8389f2'
$checksum64 = $checksum32

if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
Expand Down

0 comments on commit 207076c

Please sign in to comment.