Skip to content

Commit

Permalink
AU: 5 updated - calibre chromium spotify vscode-insiders vscode-insid…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 16, 2022
1 parent 242e74d commit 1d11bf9
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 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>6.4.0</version>
<version>6.5.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 @@ -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.4.0/calibre-64bit-6.4.0.msi>
64-Bit software: <https://download.calibre-ebook.com/6.5.0/calibre-64bit-6.5.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: 6346D712C7DBD9FDE7CAFC86421705FDBCC34C212F903605435DA01126B014A4
checksum64: F470A97534F9947A2F4A3C73173893859047A5A8F9BEDA1DFE2AA2BBF4B52D57

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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file64 = "$toolsPath\calibre-64bit-6.4.0.msi"
file64 = "$toolsPath\calibre-64bit-6.5.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": "107.0.5304.0-snapshots",
"snapshots": "108.0.5305.0-snapshots",
"stable": "105.0.5195.102"
}
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>107.0.5304.0-snapshots</version>
<version>108.0.5305.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/1047606/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1047607/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1047859/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1047858/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: 53D93F6E999BA8D3780B090C4EB6A26AFB23036907ECD974762BE7E537C3B8B7
checksum64: 447EAE9C4E51ADA74E10CBF211216DCA3311F7C1D69AD6A7A77B37B0EBFB99CF
checksum32: A30973CBA446CCE0936087F97187C2F763D341C4CDAFFEF719FCBD9783EBC617
checksum64: D7079B56FF7BE4767A8CB6E86D37CF5BB007BE810CE73A8B9848506047A7B493

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 = "107.0.5304.0-snapshots"
$version = "108.0.5305.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/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"554742b5a64334310e5ef00bd95e2349"|1.1.93.896
"d0d6461a2c665a866e726273eafe3f16"|1.1.94.870
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.1.93.896</version>
<version>1.1.94.870</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '9C74EC0E206DC795FD7C87EFE800DCD8B8144D0718F48F7D3C3CD84D4D342F006DA665905D0317A688E7EE113C0D870DABF51F8103EF185241C6BE2283F521AC'
checksum = 'A9F803539D8EA9D5B3D2B4534EB802338EAD24815B5ABBD6E7FB3BB54E5EC77F04FD1B69526CBEFFC6D059064EDFB91558234F32BFAD38A59CFF64AC607F872B'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
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/cfc01197555cb14a0d2d3463b331ce41de5733be/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/cfc01197555cb14a0d2d3463b331ce41de5733be/VSCodeSetup-x64-1.72.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/6a5e3aad96929a7d35e09ed8d22e87a72bd16ff6/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6a5e3aad96929a7d35e09ed8d22e87a72bd16ff6/VSCodeSetup-x64-1.72.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'b4e2bf3d604c13ddc05017761f8fb339dc0092865a20dac789f6e0ebe5b586f329400f56fbc05e6d73012f8daf4906d8d94b6c48299ddb798b03982d236c4919'
checksum = '8295c3d50333e3d84d2ad5a4ada208af2a369e19d63b0ac8337958f6a5335f2959b9137223098e9de3a06afac84d1b7786c20dcedf4046f84370da35d5e3aaf5'
checksumType = 'sha512'
checksum64 = '0cf8af8b7fa7648066cdbfb11bf54f73e13b3a1b6446d3787a2a426843fd1d38e937233901fd9e6013097c8cef18d4e189442a17f070218d97d82ea19f6c76e7'
checksum64 = 'b410eaa3fa163593055d26ec07a0fa8df823e6da3e9612f8eb8da1c696ef7395b9e242629354c5154e561040115d851d5d00bca9ebb61820468fd5918e6c32c9'
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.72.0.20220915</version>
<version>1.72.0.20220916</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.72.0.20220915</version>
<version>1.72.0.20220916</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.72.0.20220915]" />
<dependency id="vscode-insiders.install" version="[1.72.0.20220916]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 1d11bf9

Please sign in to comment.