Skip to content

Commit

Permalink
AU: 3 updated - activepresenter vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 22, 2024
1 parent a5f07ac commit 7f92b10
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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>9.1.3</version>
<version>9.1.4</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
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_v9.1.3_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.1.4_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: 6EC56B74E0D64EEEBADEC9C24ED65853E9098EEBD07D40C9253CD7411CE13776
checksum32: 8D55D2366566DB27A5D97277D5C8ACABD4B434FA2B85CA9023F8106E1BB1C9D5

Using Chocolatey AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.1.3_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.1.4_setup.exe
2 changes: 1 addition & 1 deletion automatic/activepresenter/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'activepresenter'
fileType = 'exe'
file = "$toolsDir\ActivePresenter_v9.1.3_setup.exe"
file = "$toolsDir\ActivePresenter_v9.1.4_setup.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/09d5f4efc5089ce2fc5c8f6aeb51d728d7f4e758/VSCodeSetup-x64-1.88.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/409da0445d397e37a790ce5d2499688955c3fcfa/VSCodeSetup-x64-1.88.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = 'b7e664400cc2093eb5a521359ae04fe36124e5fc739ca4d94824da67b2b04a556551293245eff45306c419e703afdf132e8fe6794d960391540a7aa4ddc42628'
checksum64 = 'e93383a452e22c697c63568f4a0c2548d8ba6c83d4717b646b4155a72d999a4a237576be1b2a79b5429336eb11094542307b53783323592dab697391e6160b2f'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.88.0.20240321</version>
<version>1.88.0.20240322</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.88.0.20240321</version>
<version>1.88.0.20240322</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.88.0.20240321]" />
<dependency id="vscode-insiders.install" version="[1.88.0.20240322]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 7f92b10

Please sign in to comment.