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 committed Nov 13, 2019
1 parent 28385bc commit 0db848a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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": "0.71.115",
"stable": "0.71.116",
"beta": "0.72.124-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>0.71.115</version>
<version>0.71.116</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/v0.71.115/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.115/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.71.116/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.116/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: E30B62FC6A9A8729D9CEC6D153A96012EE89EB231E568DC9C18BA7C271C00CF9
checksum64: D3401CDDC2BE2373E72AA6CDC86F4078269C5B9F236E326C0EA2659C398455D9
checksum32: 64FCF2F777439B00AF3549BB1FD99E8574C07ADD4D1B38CC4E65FE570463435E
checksum64: 337B2C13CFCBFC508FF410AE829251C82C7561B2950FDFD3897340043898282C

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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.1.2292/gvim_8.1.2292_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2292/gvim_8.1.2292_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2297/gvim_8.1.2297_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2297/gvim_8.1.2297_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: 9DE51D1BB963918C55610B3207C9C254C4872BB9FE73E0064D9E3D2929AA3224
checksum64: 4E1E68C9C639191E5A8E93F92B1432401AED39801D2BDA69B82FE4FEF2DF44DF
checksum32: 2EAF4CD7BA4DB36920059ABC4B639C5E88BC4888F11867CE41B159E2C0493C5E
checksum64: 91253EBA4D35309BCD9C5AEFC40E3972D0B72DC6CA75BFB020AECA76F1E80835
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.1.2292_x86.zip"
file64 = "$toolsDir\gvim_8.1.2292_x64.zip"
file = "$toolsDir\gvim_8.1.2297_x86.zip"
file64 = "$toolsDir\gvim_8.1.2297_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.1.2292</version>
<version>8.1.2297</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 0db848a

Please sign in to comment.