Skip to content

Commit

Permalink
AU: 4 updated - calibre vscode-insiders vscode-insiders.install youtu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 31, 2024
1 parent 6b4ec31 commit 34d40d7
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>7.11.0</version>
<version>7.12.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/7.html>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://download.calibre-ebook.com/7.11.0/calibre-64bit-7.11.0.msi>
64-Bit software: <https://download.calibre-ebook.com/7.12.0/calibre-64bit-7.12.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: 21A00AD5B4B06BD12FDD2851B847EFE8C67CB01F10BB0E901D875278A7DD9DBB
checksum64: 6D94F880FBD110A9172096FBE5F8B6215253FA7BD4F9DB6CD754BD74615669A8

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-7.11.0.msi"
file64 = "$toolsPath\calibre-64bit-7.12.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/bc15ede705b9168324a3440b7c80c80644743306/VSCodeSetup-x64-1.90.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/ca688da9fb6dad00996cee7d5342490daa7bb1fb/VSCodeSetup-x64-1.90.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '6b5902cb1a92a9e7d3e18410ffe24daadbae6c2d861ef07133d8602d3fe5c839b1507cdea6838d8337c382b1fbe0cc0d7c8facc6849962d147d83ca1d4b8e418'
checksum64 = '1b3e695f53388b2891b9926483ea28e416b0441d41bc0e08fc560cb03d082803335f152e0db5a3768cb440ead7bde5ce702debe800f91dfee593f09815b58655'
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.90.0.20240530</version>
<version>1.90.0.20240531</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.90.0.20240530</version>
<version>1.90.0.20240531</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.90.0.20240530]" />
<dependency id="vscode-insiders.install" version="[1.90.0.20240531]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.05.16.1>
The installer has been downloaded from their official download link listed on <https://github.com/ytdl-org/ytdl-nightly/releases/tag/2024.05.31>
and can be verified like this:

1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.05.16.1/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/ytdl-nightly/releases/download/2024.05.31/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: b03903a1676154081f216e5aee8a94e5dc465726870c124b23d1bc766fe9345d4e1629d8ff069ac50ece8bcff231a7ec78a3de0a954fb14c9934557e0bb28dbc
checksum: 098ca79077cce9785b0216796c102a6335168763f3cf07da6c8de5636f8b5ca6c37e61328688c4524881a2b0e2cbe70561cdbd8d021dddc5078c34dee03972f5

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2024.05.16.1-nightly</version>
<version>2024.05.31-nightly</version>
<title>youtube-dl</title>
<owners>chocolatey-community</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 34d40d7

Please sign in to comment.