Skip to content

Commit

Permalink
AU: 4 updated - brave filezilla vscode vscode.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 26, 2019
1 parent 8bebf33 commit d06c3d8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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.0.1",
"beta": "1.1.10-beta"
"beta": "1.1.11-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.1.10-beta</version>
<version>1.1.11-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.1.10/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.10/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.1.11/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.1.11/BraveBrowserSilentBetaSetup.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: BDE3B66CBD77F236EDEE9A86F212FCB5EB2EF40A725A202583FABADE0E40E028
checksum64: 4F95A2553394DA73AFC1033B1AA474E453F7C8E366BBDFA3F09DD7D925429C93
checksum32: 1B560B495DE060126ED271B5AC65DF1FA61465FCE9E26D4DDD5256F03631200E
checksum64: 3623047EEA9C2D0123CA21F502368D1DB01211F9097F07863522EDCE2F987900

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/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.45.1</version>
<version>3.46.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.45.1_win32-setup.exe?h=K37eOfmITex7ZGjnIjAb4Q&x=1569836795
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.45.1_win64-setup.exe?h=Tt7ZOi79OJo0CuckSltnQA&x=1569836795
x32: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.46.0_win32-setup.exe?h=sr_OCfrHafJjlEBY1sep7w&x=1574773676
x64: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.46.0_win64-setup.exe?h=_Fbo9jIK-hNlUd5qGg4Q_A&x=1574773676

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: D7D644C4FCE3EB9896ED4E07CE969FFC7193BBCE5626AE43F20B6296E8B37D1D
checksum64: 30D3BE95A35DEBF505349FD3C3E3DC879729C60415F33D6F2571DBC54AC721ED
checksum32: 863E02FB26776EAC57F51BBBC9A09A1C683B3CC122279061C8541B9B820FAF55
checksum64: 892DB655A919DB1C937F8DC5D8F91EC3C5FA0BDC6A8F7B0EE4D9AA56738FFA78

Using AU:

Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.40.1'
$version = '1.40.2'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/8795a9889db74563ddd43eb0a897a2384129a619/VSCodeSetup-ia32-1.40.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/8795a9889db74563ddd43eb0a897a2384129a619/VSCodeSetup-x64-1.40.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/f359dd69833dd8800b54d458f6d37ab7c78df520/VSCodeSetup-ia32-1.40.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/f359dd69833dd8800b54d458f6d37ab7c78df520/VSCodeSetup-x64-1.40.2.exe'

softwareName = "$softwareName"

checksum = 'f7d6f5a4b3d394efcbdb9834215646cb56d02e95dcffff062971d233f82459bb'
checksum = '30ac98ee4c8f905a4ecf740108fe7ca7408ad8ea404ba908ba6556eca9b6db5d'
checksumType = 'sha256'
checksum64 = '4b1532c56b88942080650e27d748e55cbe810a7df53dc124ed6f5dbae2d8676d'
checksum64 = '464221a7757077644598ee7d3b4e8ce160ef6ce842f37bd8fb1a71085451c60f'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.40.1</version>
<version>1.40.2</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.40.1</version>
<version>1.40.2</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.40.1]" />
<dependency id="vscode.install" version="[1.40.2]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit d06c3d8

Please sign in to comment.