Skip to content

Commit

Permalink
AU: 4 updated - ffmpeg ffmpeg-full vscode-insiders vscode-insiders.in…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 5, 2024
1 parent 4423456 commit 7d8441b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/ffmpeg-full/ffmpeg-full.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>ffmpeg-full</id>
<version>6.1.1</version>
<version>7.0</version>
<title>FFmpeg Full</title>
<owners>chocolatey-community, VuiMuich</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg-full/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: B13DE924F9E752D2BA5A54C40EC0B595BB4EBAB677A184308D7A819DCFA58BE1
checksum64: 2B4EAF0959F58B154D236C034A3DAF3A1E40F1FEC815D6644391BBFFE841F828

File 'LICENSE.txt' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3
2 changes: 1 addition & 1 deletion automatic/ffmpeg/ffmpeg.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>ffmpeg</id>
<version>6.1.1</version>
<version>7.0</version>
<title>FFmpeg</title>
<owners>chocolatey-community</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 9E1DDFAB8EB16C30690EB769FAB1301380139DD00026C8DA5C667C7AAD7E5CC9
checksum64: AB1177002EA1D2D73F412572D1321B490AE578C436671CCABF2653915010C6FA

File 'LICENSE.txt' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3
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/b4378dfa1d3c37f1b38b1f897fdf33dc01e445d9/VSCodeSetup-x64-1.89.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/d6eba9b861e3ab7d1935cff61c3943e319f5c830/VSCodeSetup-x64-1.89.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '8c09cc1cf2dc5e9ebb58058199bcc9e5246c5dbe86721f6536fbddb4022dca04b771d67a8db0df02b0e23315c6f7327a0c80f8321c6c4c5a7bdaef3730f416d6'
checksum64 = '47144f6da094f851a9f230ad8aa491d8fe010f32130a590009cee032eb100daced2ba48d3a28c51bce77b835294ca6465103e7aa5e2d10a9a4d3e980e1e6abc9'
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.89.0.20240404</version>
<version>1.89.0.20240405</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.89.0.20240404</version>
<version>1.89.0.20240405</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.89.0.20240404]" />
<dependency id="vscode-insiders.install" version="[1.89.0.20240405]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 7d8441b

Please sign in to comment.