Skip to content

Commit

Permalink
AU: 3 updated - calibre chromium vscode-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 4, 2022
1 parent de75621 commit cf9e5fb
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>6.7.1</version>
<version>6.8.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 @@ -7,13 +7,13 @@ location on <https://download.calibre-ebook.com/6.html>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://download.calibre-ebook.com/6.7.1/calibre-64bit-6.7.1.msi>
64-Bit software: <https://download.calibre-ebook.com/6.8.0/calibre-64bit-6.8.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
checksum64: 7DD4F1BF31625CDCCBB3FE87F59DF8DA8D78DC9050CB250CC8AEAAA59DA6815C
checksum64: 644AA27A9055CAC764C71A38E98AF3456C8AF95B2FA74C514C1B2DE630EB1B8B

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/calibre/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file64 = "$toolsPath\calibre-64bit-6.7.1.msi"
file64 = "$toolsPath\calibre-64bit-6.8.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "109.0.5400.0-snapshots",
"snapshots": "109.0.5401.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>109.0.5400.0-snapshots</version>
<version>109.0.5401.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/1067218/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1067239/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1067445/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1067447/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: A21892488F30E2000068D7699C4E90F2B9590D572B11369F4810B3F4C9061849
checksum64: 129286BCD567816B485BB5C8127DC5A04D602301A371E5E15B47F2EAC9BB5213
checksum32: 38057DD8C093A99E25D906C4081F0165DF7FAFBAE3DD8B38DACC35F53555B42C
checksum64: 68FCBA05F2E70B3F38D055AE7A13AA15018B558FCD791FB68E09D70B4DB4DE05

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 = "109.0.5400.0-snapshots"
$version = "109.0.5401.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/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.20221103</version>
<version>1.74.0.20221104</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.20221103]" />
<dependency id="vscode-insiders.install" version="[1.74.0.20221104]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit cf9e5fb

Please sign in to comment.