Skip to content

Commit

Permalink
AU: 3 updated - activepresenter calibre vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 8, 2021
1 parent 8201c0b commit 4c8e566
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.2</version>
<version>8.5.3</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.2_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.3_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: 67AD88BFA7F2136D4383D5EDE71DE29CEE636DAF52417080F3BE6A57A509BE27
checksum32: 5F951D1FFD08A9A5D2CF22F421BBD49569B2ABAEC4730CDA23E43563BE115C44

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.2_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.5.3_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.2_setup.exe"
file = "$toolsDir\ActivePresenter_v8.5.3_setup.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>5.28.0</version>
<version>5.29.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/5.28.0/calibre-64bit-5.28.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.29.0/calibre-64bit-5.29.0.msi>
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: NOT INCLUDED IN PACKAGE
checksum64: 97524771821A6D8BADB270FEC4F08B61AAF993144628DE37C82DB256677C4E20
checksum64: ACD8EE05B05311739DEE47E65C0F732A99098FBC1D3A2B1D416AC2FDE86610C1

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Expand Up @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/5.28.0/calibre-5.28.0.msi'
checksum = '79A83BD3D7315C29B84D39746AE1ED902EC04D01C99F419A4D4E8D13F4DF2FA6'
url = 'https://download.calibre-ebook.com/5.29.0/calibre-5.29.0.msi'
checksum = '807CA5448C5CB5F22F89583029CA3D180B2BE1E9C5367C029451CEA54F4B5873'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.28.0.msi"
file64 = "$toolsPath\calibre-64bit-5.29.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.60.2'
$version = '1.61.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/7f6ab5485bbc008386c4386d08766667e155244e/VSCodeSetup-ia32-1.60.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/7f6ab5485bbc008386c4386d08766667e155244e/VSCodeSetup-x64-1.60.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/ee8c7def80afc00dd6e593ef12f37756d8f504ea/VSCodeSetup-ia32-1.61.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/ee8c7def80afc00dd6e593ef12f37756d8f504ea/VSCodeSetup-x64-1.61.0.exe'

softwareName = "$softwareName"

checksum = 'fdd34a931f094b9f0dce5abd834cb065082001fcb181d03e11c1fc2382066c87'
checksum = '8547663d9bad2013f79e4953ce64a7f779b13ea4709e560f1cb5fcdd77170855'
checksumType = 'sha256'
checksum64 = '21ed75797a1232b4958a5dc4da52033adc7646045001a67cc901254e2c00e7fb'
checksum64 = '17f648f4f52c63983946da5433560880e2d818d277913c0220cfcf4834f3ba79'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.60.2</version>
<version>1.61.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 4c8e566

Please sign in to comment.