From 22179b3290f6252413df5a90e184144318c61911 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 10 Sep 2021 06:13:22 +0000 Subject: [PATCH] AU: 2 updated - activepresenter calibre [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/2bd45455673f068b79f2b817450c5ba92880d8cd --- automatic/activepresenter/activepresenter.nuspec | 2 +- automatic/activepresenter/legal/VERIFICATION.txt | 6 +++--- automatic/activepresenter/tools/chocolateyInstall.ps1 | 2 +- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 4 ++-- automatic/calibre/tools/chocolateyInstall.ps1 | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/activepresenter/activepresenter.nuspec b/automatic/activepresenter/activepresenter.nuspec index a45f197e0d0..450bc00896d 100644 --- a/automatic/activepresenter/activepresenter.nuspec +++ b/automatic/activepresenter/activepresenter.nuspec @@ -5,7 +5,7 @@ activepresenter Active Presenter - 8.5.1 + 8.5.2 Atomi Systems chocolatey-community Screen Recording and Interactive eLearning Authoring Tool diff --git a/automatic/activepresenter/legal/VERIFICATION.txt b/automatic/activepresenter/legal/VERIFICATION.txt index 44e90a3786d..a43e50505f1 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_v8.5.1_setup.exe + x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.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: 82D5752D92F9FF931CD4401B3C9B7E09FB8AF32340D6D721FE5062D5C5DECFD0 + checksum32: 67AD88BFA7F2136D4383D5EDE71DE29CEE636DAF52417080F3BE6A57A509BE27 Using AU: - Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.1_setup.exe + Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.2_setup.exe diff --git a/automatic/activepresenter/tools/chocolateyInstall.ps1 b/automatic/activepresenter/tools/chocolateyInstall.ps1 index c0e97b5cd9a..17be28ae5a2 100644 --- a/automatic/activepresenter/tools/chocolateyInstall.ps1 +++ b/automatic/activepresenter/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'activepresenter' fileType = 'exe' - file = "$toolsDir\ActivePresenter_v8.5.1_setup.exe" + file = "$toolsDir\ActivePresenter_v8.5.2_setup.exe" silentArgs = '/VERYSILENT' validExitCodes = @(0) } diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 06dfd10a915..07309e1abef 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 5.26.0 + 5.27.0 Kovid Goyal chocolatey-community, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/legal/VERIFICATION.txt b/automatic/calibre/legal/VERIFICATION.txt index 0b54873c2c2..0c6419850dc 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ and can be verified by doing the following: 1. Download the following: 32-Bit software: NOT INCLUDED IN PACKAGE - 64-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' @@ -16,6 +16,6 @@ and can be verified by doing the following: checksum type: sha256 checksum32: NOT INCLUDED IN PACKAGE - checksum64: CECE1E5722AF59435642A7B072255081581138D8FF3622CA6D5588066E916898 + checksum64: 738AAF1056EB39484ACEB4ADEB9F610569DACB52317180B337658E1683E0AE28 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index 9291b732b7e..062d2a9d14f 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - url = 'https://download.calibre-ebook.com/5.26.0/calibre-5.26.0.msi' - checksum = '5C73022B22134D79153911EE040417B38E880409899434BB189DD52699ADA28D' + url = 'https://download.calibre-ebook.com/5.27.0/calibre-5.27.0.msi' + checksum = 'F83111F93623690D905FDB85C168BB7068D3F0CB336A3A6F1B22B343BD627E2B' checksumType = 'sha256' - file64 = "$toolsPath\calibre-64bit-5.26.0.msi" + file64 = "$toolsPath\calibre-64bit-5.27.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641)