Skip to content

Commit

Permalink
AU: 5 updated - calibre chromium datagrip vscode-insiders vscode-insi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 13, 2021
1 parent 6bb596b commit 7bc1fbf
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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.24.0</version>
<version>5.25.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.24.0/calibre-64bit-5.24.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.25.0/calibre-64bit-5.25.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: A151E9181FB7DCB7E86A8B130BD0CF8A8F4BD26652BEC44BE89499D1EAF9BF78
checksum64: 63926DA460640DABD6B3DF4681BC1649D882F50BB8B2B4AD4C208B0043E9559B

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.24.0/calibre-5.24.0.msi'
checksum = '9DF510904FAD6071B2ACB21D094FB9ED9411B0CB3D01BEA4E1D447FD779E34E7'
url = 'https://download.calibre-ebook.com/5.25.0/calibre-5.25.0.msi'
checksum = 'C329104106E12BBEC21B4187E37561038CA7C8BDF1F764A563E435CBF6233087'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.24.0.msi"
file64 = "$toolsPath\calibre-64bit-5.25.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
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": "94.0.4606.0-snapshots",
"snapshots": "95.0.4607.0-snapshots",
"stable": "92.0.4515.131"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>94.0.4606.0-snapshots</version>
<version>95.0.4607.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
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://storage.googleapis.com/chromium-browser-snapshots/Win/911201/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/911198/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/911683/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/911682/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: E67449AA9A0B4ED0655805FF37620639F4472BC642589D9974F31799F2D0F6C8
checksum64: 60BA97A98D2AA2ACAADC61028391C21C321E0EB4C2683EAD102D3143F9FCA3B0
checksum32: F0B77D3CCA527345B493B28A8CA960C076FB057CF5655E647D52217A0CF19F92
checksum64: CE9E0EB95D86A20F9CF9D0D0773E4EC3828DEA07E92BD737D40DAECD055DB297

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 = "94.0.4606.0-snapshots"
$version = "95.0.4607.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/datagrip/datagrip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2021.2</version>
<version>2021.2.1</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.2.exe'
checksum = '1340376e8cb7e7075787bc991a301333e345e1ac37b1e93f4e08fe340d81b2ac'
url = 'https://download.jetbrains.com/datagrip/datagrip-2021.2.1.exe'
checksum = '866e40825d9031f2447fd2cb94aaa36356cd8b5da42e496f36301ea1b525a223'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
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/699084fdb48460c68086b85b5c08f3d39055e772/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/699084fdb48460c68086b85b5c08f3d39055e772/VSCodeSetup-x64-1.60.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/58454f7bec838f79fe2422ab5914419147d82e40/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/58454f7bec838f79fe2422ab5914419147d82e40/VSCodeSetup-x64-1.60.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'f4a5e822854f09218eff9648f0ef583eda6b3dd5bee5285099018df76db253b637f3d646c200c2a41facbf88431d89753f47e00b1af36d91a70ca045ec6ca326'
checksum = '6ea37989efc1d133e78c2e10c232672b8521c4e4edf6d9e66c79ba13c8bac6888ab86e4092777ecd8a94550fdc0dd53ee0773508aa4b77b3b6a2b53206bb74dc'
checksumType = 'sha512'
checksum64 = '2a9716c86e35e4bec067ea3f0bc9e96dd4b3915a292982215ab2b9671e026b7a7e07025a3f6270135d77a16171c4a074ab0d6913169b445f73372336ee0e563f'
checksum64 = '1bd460c51092f2373aaedac68c550e7df0de5f3ff14063f0c52c5fa65b0b611c7d783c27d44a5cb70c9400526d31d9c10d41fb2a62aef3f8838759220efa0e45'
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.60.0.20210812</version>
<version>1.60.0.20210813</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.60.0.20210812</version>
<version>1.60.0.20210813</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,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.60.0.20210812]" />
<dependency id="vscode-insiders.install" version="[1.60.0.20210813]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 7bc1fbf

Please sign in to comment.