Skip to content

Commit

Permalink
AU: 3 updated - chromium seafile-client vscode-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 14, 2022
1 parent df3da5a commit 42edecd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "110.0.5418.0-snapshots",
"snapshots": "110.0.5419.0-snapshots",
"stable": "107.0.5304.88"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>110.0.5418.0-snapshots</version>
<version>110.0.5419.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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://storage.googleapis.com/chromium-browser-snapshots/Win/1070809/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070808/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1070910/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070923/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: 905D5428C79E40696F3238E52BBF35CB257132A48D7E7ECADD99A12D1AFF00BF
checksum64: B7078FC04AA79E8C50D82922BDAA0A19B806BCF4903DC4934AC2FA43EBB85F0F
checksum32: 155E193F6A906E5EB3C48E8D3FD5CF2343D57C0310B4C4EAD8BA575537518AAF
checksum64: 2557900013E173215A186558C0235279C7F4D66089A8B5F26B03F4155BE8A39C

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "110.0.5418.0-snapshots"
$version = "110.0.5419.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/seafile-client/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.seafile.com/en/download/>
and can be verified by doing the following:

1. Download the following <https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-8.0.8-en.msi>
1. Download the following <https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-8.0.9-en.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
checksum: 0A50D048094D109C6835DEA8567D598CE00297DCE9C0E3EA77EB529C376C5C30
checksum: BA17339CFA3F10B44709829D438914925994DA576D07AA19FB074DD32DF46DA0

The file 'LICENSE.txt' has been obtained from <https://github.com/haiwen/seafile-client/blob/fc82bff33d5c13f7534e95d36840b3cf0c7515f1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/seafile-client/seafile-client.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>seafile-client</id>
<version>8.0.8</version>
<version>8.0.9</version>
<title>Seafile (Windows Client)</title>
<owners>chocolatey-community</owners>
<authors>Seafile Ltd.</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/seafile-client/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\seafile-8.0.8-en.msi"
file = "$toolsPath\seafile-8.0.9-en.msi"
softwareName = 'Seafile*'
silentArgs = "/passive"
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.74.0.20221111</version>
<version>1.74.0.20221114</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.74.0.20221111]" />
<dependency id="vscode-insiders.install" version="[1.74.0.20221114]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 42edecd

Please sign in to comment.