Skip to content

Commit

Permalink
AU: 3 updated - calibre vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 2, 2020
1 parent 29b7893 commit 82affe6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.0.1</version>
<version>5.1.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.0.1/calibre-64bit-5.0.1.msi>
64-Bit software: <https://download.calibre-ebook.com/5.1.0/calibre-64bit-5.1.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: 19680ACC8027236CFAD67854EC10B52B069E7438B94750474953A67BF3E21403
checksum64: 30844555AA1206383983722A4571F49F0D679486055FA9B8CAB0F43F9663233E

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.0.1/calibre-5.0.1.msi'
checksum = 'E0E20EEBD3A50C185AE69E7A236EBB3BED18DF5423D6E119AA0696AB9393044E'
url = 'https://download.calibre-ebook.com/5.1.0/calibre-5.1.0.msi'
checksum = 'C0C6E05C13FB20130C7A67692C459BC3CDECF42C99C1B9AA9CF512D2807E630A'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.0.1.msi"
file64 = "$toolsPath\calibre-64bit-5.1.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
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/228973889bc0e352f7cd11cc14755893f8d81864/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/228973889bc0e352f7cd11cc14755893f8d81864/VSCodeSetup-x64-1.50.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/5052a7bc2ec35879b4ef5c835de78c9620bc1d9e/VSCodeSetup-ia32-1.50.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/5052a7bc2ec35879b4ef5c835de78c9620bc1d9e/VSCodeSetup-x64-1.50.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'db8c67a2f9e2ebd220c99f1e80bcf84385356897e96621869e6522a10fc64ec5d8f13eb03f5dce9a796761368f0d9a664db7f7511a0a4578d1f368479d97fdbf'
checksum = '5b7695abb48ea381191efc2571ab4cf3274fcb7f12024f37cda62b416830e764a153a00b7376438c2f5e7b48e92e5c91f87162cf80a19c4e726b65711d575cff'
checksumType = 'sha512'
checksum64 = 'ff173f767686029e5f7f5172968485e5b462f60bb01612c001d1ee221ef2726c0a8fe60586ff46594f49c684566054d078cb51c95d6867b0450e84f5cecffb6c'
checksum64 = '7ede4034666b2d7d80009b6596ee6231039108593b30f830f5cbe77dd2521eae438d7001a6ffea9346e3a3f39bde5fedad20eb2d9ffc469f227759678fa1d44d'
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.50.0.20201001</version>
<version>1.50.0.20201002</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.50.0.20201001</version>
<version>1.50.0.20201002</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.50.0.20201001]" />
<dependency id="vscode-insiders.install" version="[1.50.0.20201002]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 82affe6

Please sign in to comment.