Skip to content

Commit

Permalink
AU: 4 updated - calibre dropbox googlechromebeta vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 27, 2022
1 parent aff53d8 commit 492626a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>5.42.0</version>
<version>5.43.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
Original file line number Diff line number Diff line change
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.42.0/calibre-64bit-5.42.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.43.0/calibre-64bit-5.43.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: 8C1E0108F0F29D45434BBDA8837793081988089C9FE53690D79B18FA02C1F839
checksum64: 9EEDA5079CCBB61E8CA1D65A30D43FAE12B750FF0299C5A185C61DF74BD3ED65

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
Original file line number Diff line number Diff line change
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.42.0/calibre-5.42.0.msi'
checksum = '6E91E01502E04D8A25AD6D269B0B94DEBACFB92B91158F38369BF2CCCBDB8092'
url = 'https://download.calibre-ebook.com/5.43.0/calibre-5.43.0.msi'
checksum = '153B49FC916136092CF87F02F5EB818C1EB3A6945F601FC28C946FC64A60ABBE'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.42.0.msi"
file64 = "$toolsPath\calibre-64bit-5.43.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "150.3.4929-beta",
"beta": "150.3.4963-beta",
"stable": "149.4.4568"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>150.3.4929-beta</version>
<version>150.3.4963-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '150.3.4929'
$version = '150.3.4963'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20150.3.4929%20Offline%20Installer.exe'
checksum = '91c07c0684d3f792597dbb100405f34c0ada9fa17a10c238fb3cf8b44b88072c'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20150.3.4963%20Offline%20Installer.exe'
checksum = 'cc26a8c6dfc100deaf5ef898ddd00a1a7a89fd0fa03471f5b7f120d18c25251c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>102.0.5005.61-beta</version>
<version>103.0.5060.24-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '102.0.5005.61-beta'
$version = '103.0.5060.24-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '7dea10dce53c9b8068d9070412f97c61fc37843b42553c08989eb5449e2d6c86'
checksum64 = 'bd55c79f4d18b7c3ab9679c03b926e54ec86efe04b639705b00bd797b11fd528'
checksum = '10f4cf9b682e519197fb6173edd8c83cde9ed1294fc0fd83eef6d93240e7816d'
checksum64 = 'bf8cb45ddf54f943860d4ad9f041e0a67e20e59a8a12d58098abfa2e6eb29c51'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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/528ee1ae3daabe30c1307cf9dcd6e77eb96094bc/VSCodeSetup-ia32-1.68.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/528ee1ae3daabe30c1307cf9dcd6e77eb96094bc/VSCodeSetup-x64-1.68.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/6428d0fc7dae5801cdaf2d160ac39a3dfc8f0c06/VSCodeSetup-ia32-1.68.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6428d0fc7dae5801cdaf2d160ac39a3dfc8f0c06/VSCodeSetup-x64-1.68.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'cb7570cc8931490c6b3174dd888430c595488bbd58fb6c5de8be37cc74a71f315eeb02921e4920dd10579698fd5ca1801bd216ec1a12352738230c91f2687921'
checksum = '02abe1ee120b028f734bb5ce6c46e548c4a26400d3673cb2aed7d94856b2c1b19acb8c538911f9822671e05ad8b2d24359b0ea6ffdb10d7ce792f0c4a175c28e'
checksumType = 'sha512'
checksum64 = 'b56003ee88f71b01de7d75247afb31abf101ccc1baff43f8ce5b6b338c4c6fff6c2837345213e32e37a5c062d9b018b532b2d85be68215674feb137148a3ac4b'
checksum64 = 'c2286e1ce8fc13b3c964766868f851506a4b004b1e3d8cf8095cf7cde9dac9494829d64f654846b56474f7879a8cb3d70eab3ca788671397cff545fcfb2cfb18'
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.68.0.20220526</version>
<version>1.68.0.20220527</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 492626a

Please sign in to comment.