Skip to content

Commit

Permalink
AU: 2 updated - brave vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 7, 2021
1 parent 6af0d9b commit f3b22f6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.21.73",
"stable": "1.21.74",
"beta": "1.22.49-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.21.73</version>
<version>1.21.74</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.
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.21.73/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.21.73/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.21.74/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.21.74/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: E9EA1082B1F71A34B9B7FCD59B55CCEA95580C278BC4E877AA574A5BC44AC4F7
checksum64: 6F75338B33C850DB6E6C62A1A19A6B3C8FC06CF4B1C9F0D97AA2FD84C6E468AA
checksum32: E7F2A844FEBA0DFF701723F66215878F0855574AAED547D54239F2DF4A7226E8
checksum64: 1F78333C28D19291F1E24A66B8C0328BF07373E6661203D7771965DC0DE3C4D6

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\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.21.73'
[version]$softwareVersion = '1.21.74'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2572/gvim_8.2.2572_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2572/gvim_8.2.2572_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2576/gvim_8.2.2576_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2576/gvim_8.2.2576_x64.zip>
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: 0C3DAC8BA2908E3D638F2183C2F5D61DDA9135D32AB57DE9BBEB07428CFAFB25
checksum64: F3EE0D90D524E1A02A9079F34A39456104020136040D5EF62A2DB5939405E4AE
checksum32: 7F25B7201F30DC437F19F3C4FFCC7A3ADF1B1FCDCAC02AA8E65DF685F3DA9BF7
checksum64: 5AA8A2D9DA09E31575AE6F8D7DCB64DB5FB801EB91A884F34F73E31AF1F49805
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2572_x86.zip"
file64 = "$toolsDir\gvim_8.2.2572_x64.zip"
file = "$toolsDir\gvim_8.2.2576_x86.zip"
file64 = "$toolsDir\gvim_8.2.2576_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2572</version>
<version>8.2.2576</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit f3b22f6

Please sign in to comment.