Skip to content

Commit

Permalink
AU: 4 updated - brave dropbox vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 1, 2021
1 parent a2d16c3 commit fd6cb53
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.30.86",
"stable": "1.30.87",
"beta": "1.31.67-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.31.67-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.30.87</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
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.31.67/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.31.67/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.30.87/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.30.87/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: 246AD7FE702E182920AADCFAF9939564027E4662D9DA74F89760561197557E90
checksum64: F32A866B96BF3DD5F56C5226811F32FA332547E6632525ECB1E7E98CEEA2A0D3
checksum32: AE5F4E28CD9092D9D39382D69401EC83EE22ECF24A7A0EEF02D52807BD2FE0AC
checksum64: D6DE0437AB55175F194671D842ABBE5D1DCAE0BBB0124E1C3F291830B29CDC45

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
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.31.67'
[version]$softwareVersion = '1.30.87'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "133.3.4069-beta",
"beta": "133.3.4076-beta",
"stable": "132.4.3800"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>133.3.4069-beta</version>
<version>133.3.4076-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '133.3.4069'
$version = '133.3.4076'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20133.3.4069%20Offline%20Installer.exe'
checksum = '00d66f8aadb525617f08ccc1c10405c8e4c2159ed8d95fb0f3f8ce9e230cfc5f'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20133.3.4076%20Offline%20Installer.exe'
checksum = '8fb4f3870f9df17c95ae6edbda8cd9c0c26c245482e3242fa88b77cf1221be00'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/6fed60f8f4dd21fb16dcbe64a742296b339ff0ee/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6fed60f8f4dd21fb16dcbe64a742296b339ff0ee/VSCodeSetup-x64-1.61.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/c9e8266ee24f34107ff52d836a4e8f533afb93c5/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/c9e8266ee24f34107ff52d836a4e8f533afb93c5/VSCodeSetup-x64-1.61.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'ad5a063019b48cb771a7c1b010bc62ac21a633367d335c6c4a6de459d33d14477007327b26b5ae6d5d17d97403724e5a39af6a86602b14ee5da486b8cb7b7727'
checksum = 'bab66afa71dc27ae80ca41c2494198b3f4071c0af733464e2db531ab1df7d01046e0ea5fd043136980060369b6089d6555f7a51811e80b792bd024e01a8f41d4'
checksumType = 'sha512'
checksum64 = '45ede97129f8fc368eb4089e436a551202ae8731e87cbc0f2535db34b2f82bfc42d025aa1498f3bfeb8aec04fe3d17a3e9f3150e90f0c8194d7b61dfe1b155e4'
checksum64 = 'd2ff3ab01753c85fd8b5c50032f111a50d2b8bef7008a87a0d84c26f885b7e8925bf824d0dc80adae8e00e23f7230064facbc1cb3f21c65956092b9bda2d0b98'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.61.0.20210930</version>
<version>1.61.0.20211001</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.61.0.20210930</version>
<version>1.61.0.20211001</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.20210930]" />
<dependency id="vscode-insiders.install" version="[1.61.0.20211001]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit fd6cb53

Please sign in to comment.