Skip to content

Commit

Permalink
AU: 5 updated - activepresenter chromium krita vscode-insiders vscode…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 15, 2022
1 parent c8b16bc commit 60c01ef
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 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.0.4</version>
<version>9.0.5</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.0.4_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.5_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: D07239BD5AC8E349B4739903DC13D1026AF8C3DD2F11BE9AFAA07CAD11C680B7
checksum32: F34AE1836E7394B7965D59A983131FC30A32DBB18E63E73411A46FC9A052336D

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.4_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v9.0.5_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.0.4_setup.exe"
file = "$toolsDir\ActivePresenter_v9.0.5_setup.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "110.0.5479.0-snapshots",
"snapshots": "110.0.5480.0-snapshots",
"stable": "108.0.5359.125"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>108.0.5359.125</version>
<title>Chromium</title>
<version>110.0.5480.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v108.0.5359.125-r1058933/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v108.0.5359.125-r1058933/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1083597/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1083602/mini_installer.exe>
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: DCCDEC2BDFA4B5FADE33734A8CDCB5943A4ACE69EBA43C44AB5F38E5433FC26E
checksum64: 2C98E92D9EB98E67F4633F0D26CC88D870564ED92F80CCD17B5C38A4DA5896A4
checksum32: 8FB8C29BC30D4FDEFE9216F94D4324164B4BD6C042F0C404D0F2D9D86A7210BF
checksum64: F8123F9DC6A05A3227E70319AD0C23154FCCE55E2CC81F99AE79281C20E8CC79

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "108.0.5359.125"
$version = "110.0.5480.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/krita.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>krita</id>
<title>Krita</title>
<version>5.1.3</version>
<version>5.1.4</version>
<owners>chocolatey-community,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is a FREE and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry. Krita has been in development for over 10 years and has had an explosion in growth recently. It offers many common and innovative features to help the amateur and professional alike. See below for some of the highlighted features.
Expand Down
4 changes: 2 additions & 2 deletions automatic/krita/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to

x86: No longer being provided
x64: https://download.kde.org/stable/krita/5.1.3/krita-x64-5.1.3-setup.exe
x64: https://download.kde.org/stable/krita/5.1.4/krita-x64-5.1.4-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 307C2E38D2DD223748C86AA2E7B54B285356BE84DF0922AB0621EEC649A88FCC
checksum64: 093026CF35D9C1B9E8CC70FF3C4B3424215486EE3B75EB01C58DA4DBAB5669E4

Checksums type: sha256

Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $packageArgs = @{
softwareName = 'Krita'

checksumType = 'sha256'
file64 = "$toolsDir\krita-x64-5.1.3-setup.exe"
file64 = "$toolsDir\krita-x64-5.1.4-setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/11238faea62d570d77afe6edfe05c8b732c44a2b/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/11238faea62d570d77afe6edfe05c8b732c44a2b/VSCodeSetup-x64-1.75.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/44531ffc7b7477dbe82750040d8ed69bae2bb140/VSCodeSetup-ia32-1.75.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/44531ffc7b7477dbe82750040d8ed69bae2bb140/VSCodeSetup-x64-1.75.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'e5fe631fcfdb64d6deeb9593d4b0d7532905848502d2b7dc7162ecac9233d0e76642020c7b757d00a588688b2bf3ff18f84aa3ad30d973c2f2e028c659b5aacd'
checksum = '1df38e486dd77c2b31efda7c533a81f7167f1a3832b4ffad6bc364d830773cde19fca4a4afe9e3d35e9c0b80a7b0de37cd3583a4a1a4b59849c12ca3fc1aef71'
checksumType = 'sha512'
checksum64 = '4addf890ee2a319a260f8142e615a0b8b77237b1ee663f1a091bf6bf2c9036c0897fb94a888f0b996af949617bd23e4f02849d805af2f2b8dd8f199a208ff2e7'
checksum64 = '58cc29669bf3e328aba941342e2f60c3f5e9926dbf7f37d8cb18cbc36a9a179cec0281b8797cbbe408affc3a09fd670b66e5ed0b60b0f65bcaf4629dd7418377'
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.75.0.20221213</version>
<version>1.75.0.20221215</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.75.0.20221213</version>
<version>1.75.0.20221215</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.75.0.20221213]" />
<dependency id="vscode-insiders.install" version="[1.75.0.20221215]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 60c01ef

Please sign in to comment.