Skip to content

Commit

Permalink
AU: 5 updated - brave chromium freevideoeditor vscode-insiders vscode…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 8, 2021
1 parent 73c90c5 commit 1c88117
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 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.29.77",
"stable": "1.29.79",
"beta": "1.30.65-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.30.65-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.29.79</version>
<title>Brave Browser</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.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
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.30.65/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.30.65/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.29.79/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.29.79/BraveBrowserStandaloneSilentSetup.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: 447D4F6A25EC11437416E83D4E1738BA264003E599590DECFBDDD23D60120998
checksum64: 3643F7D02A8D471131F5D6854EBC4BF9934E176D017EB6501B6EB7BBE09AA9FF
checksum32: F4073D5AE70E843591B4E24244B7453F6BD078A39B41D1B6B80FFD28A1B064A2
checksum64: 7ADB1284FC1FA84B85CB1F8F72787A72A101A8AAB79B17EDE9CFCCC71CCB3CA2

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.30.65'
[version]$softwareVersion = '1.29.79'

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": "95.0.4636.0-snapshots",
"snapshots": "95.0.4637.0-snapshots",
"stable": "93.0.4577.63"
}
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>95.0.4636.0-snapshots</version>
<version>95.0.4637.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/918728/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/918728/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/919146/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/919132/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: 3762C538555181C778A16E316A85AFC6947426260AE97039A5142181C47E8C18
checksum64: 387C52BD86D1EFD37462A49ABEDDA6567B7BF923F8C642DFF60416CA18CD8D1C
checksum32: BEF10E13FC1654F7C8C6A9E5935D4F229FF6045D2E6C37E59DB59A307B12C3FA
checksum64: D8618E72C7B4A9E28301134261BC26A8FFBB24F4F87C1411AF1D4BDA7B9E8CA0

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 = "95.0.4636.0-snapshots"
$version = "95.0.4637.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/freevideoeditor/freevideoeditor.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>freevideoeditor</id>
<version>6.7</version>
<version>6.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/freevideoeditor</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>VSDC Free Video Editor</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freevideoeditor/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: BD83694CEDB329D881982306FFAFF8D9FB9892B68CDF35DF69DD23761BE1B354
checksum64: E82C7D0AE3737569E97BB32B541CEBC2A323CBF381ED240FC976D2EDC17DD82D
checksum32: B919694D6C76F4C71250C917F41EBDFFD83A34CC0D8E171CCD6874CD14388BEE
checksum64: 2CC615908D9B294B77821FDB7D839FACD42C145436F1F55C4967BC3FC77E68EC

The file 'LICENSE.txt' has been obtained from <http://www.videosoftdev.com/terms-and-conditions>
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/bb9491d9f2c65510226dcc920a6efbf6501d5943/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/bb9491d9f2c65510226dcc920a6efbf6501d5943/VSCodeSetup-x64-1.61.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/34861b8c8aa76b517f203743ad5b5d72ef5fcd81/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/34861b8c8aa76b517f203743ad5b5d72ef5fcd81/VSCodeSetup-x64-1.61.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '2fee60040b6414a72f21a0114e3c8e906aecae8f8e25beef286f7b70be555bf56fe649c11d99b3215d1f88d90250d74a79660c244a4d2c04573ad2bcc96c3fcc'
checksum = 'a4b82658f3bb7c36aef5a704f16cde1a8ad3b49fb75dd8f8c4777dd895f54d7f029e10c590881ef65a27a16b6f4ab7a88689cfb11a58ead47fa8e1128c6d7dc0'
checksumType = 'sha512'
checksum64 = '2a603f87b8e66808ba3e8b4d5ba68020fbb0609afde34f727fb9cdf69a637181571ef54569c5cd131f248c6c1701b762ab93a3cb1220349589d82300a3d5d587'
checksum64 = '07794e8b543acacf10a2f8fc2a1a602bd693c7f239c964990f2c4f13921606cccb4a7af79972e85c4771dce953f34e35b2ea4482c76701f259e688ef1ce787f7'
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.61.0.20210907</version>
<version>1.61.0.20210908</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.61.0.20210907</version>
<version>1.61.0.20210908</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.61.0.20210907]" />
<dependency id="vscode-insiders.install" version="[1.61.0.20210908]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 1c88117

Please sign in to comment.