Skip to content

Commit

Permalink
AU: 6 updated - brave chromium ffmpeg ffmpeg-full vscode-insiders vsc…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 7, 2022
1 parent d2c0fd2 commit 4609a66
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.35.99",
"beta": "1.38.80-beta"
"beta": "1.38.83-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.38.80-beta</version>
<version>1.38.83-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.38.80/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.38.80/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.38.83/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.38.83/BraveBrowserStandaloneSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: EEF2796700F679DAFDF2F9B6D11529C0D070F8815BB90B63EF043D2E40ECB7B5
checksum64: 7A7AB6A465E7F8B71DE3EABB4D71F4A42AF884EB7715A94BC40DC746D11F4530
checksum32: 5133049C33371ED4BD5E2D23D2C505C4ABBC912BE37E101871B244F9925FE1A8
checksum64: 86C3DFB3BF36611679E0CB43AF8DE7E214235F4EC980FF2966233C19D1D5E56B

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.38.80'
[version]$softwareVersion = '1.38.83'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
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": "102.0.4989.0-snapshots",
"snapshots": "102.0.4990.0-snapshots",
"stable": "100.0.4896.75"
}
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>102.0.4989.0-snapshots</version>
<version>102.0.4990.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/989608/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/989587/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/989818/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/989795/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: 6013AAB547F71374DAA3A0D5589953BAB1DA4E74B19CB7B79592B99D7B2CBA0D
checksum64: C33B3E94A1B5EDC41A1EF0742693879A852424B87AC7D3BCC17017252643C301
checksum32: 174A495CB1FC585B672F1557CDC8E7CF932827DCCC8C4C617F3BA690C9F47778
checksum64: F2ABF3B8783D61CC871F678577C85AF9BA41A66E60DEEC7D6D299B87D8147645

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 = "102.0.4989.0-snapshots"
$version = "102.0.4990.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/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>5.0</version>
<version>5.0.1</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: 928E4282818A75BF5115093E5A1687DBC2D30BF94CFD63511FD7460620451F31
checksum64: F62EC21B29871091E16505D53B909120260C7DDF50271D3EAD944C04FFBB443B

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>5.0</version>
<version>5.0.1</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: FA6D72728EE9E06C0F4A7CC03DB62981C94CEF452E0352833B0D338AECF0D8DC
checksum64: 90EB0C264AB341139EF71D7D9D417080AD40A1676B8C09D5DA37BAAF80873CC7

File 'LICENSE.txt' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3
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/f050b17dacedba13962244b13c70084a473d08f7/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f050b17dacedba13962244b13c70084a473d08f7/VSCodeSetup-x64-1.67.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/a3d53f76790d8c88f835afe85225ff6442703409/VSCodeSetup-ia32-1.67.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a3d53f76790d8c88f835afe85225ff6442703409/VSCodeSetup-x64-1.67.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '64e4c19ba2d55dfe6dfb144811b3f418b9df33144ce9ac4a4dcc43523ce78b1de5f3b54800d348ed682581e576d456ad82c64a1331b51992139c98f2b514a98f'
checksum = 'eb01b21862e173ac133ae2c01ec53834548bf5ddaa83d1d188ba89ab62156eaa38cbe6d8ea76af1d4b7f70e58b0fd9df39401d8c6e82f758e369d479845aa2d7'
checksumType = 'sha512'
checksum64 = '15524023bbe7f5287ecf7e66a8ccfae09c2322e4f26019de98817b1f99237cdd67179ffc9c57adfb553303bb95261a8bd42c3c701ef692f8e2c698ce979ebd37'
checksum64 = '9011f8ece702425cdd16b72ea372bee87d70cf66fd51bf0719c6fb2ea1f0cb6ad0309fc88e7a5cf84130e0156e4e18afab56285c9f10485c6ef2b2f6e40eaac0'
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.67.0.20220406</version>
<version>1.67.0.20220407</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.67.0.20220406</version>
<version>1.67.0.20220407</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.67.0.20220406]" />
<dependency id="vscode-insiders.install" version="[1.67.0.20220407]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 4609a66

Please sign in to comment.