Skip to content

Commit

Permalink
AU: 3 updated - brave chromium vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 29, 2023
1 parent 0b68283 commit b3af804
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 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.51.118",
"beta": "1.53.66-beta"
"beta": "1.53.71-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.53.66-beta</version>
<version>1.53.71-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
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.53.66/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.53.71/BraveBrowserStandaloneSilentBetaSetup.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
checksum64: DF067D67F3C25CB66D79BED40086FAFA8353560FEB7E598488079893FCACC3F9
checksum64: 28B8D5A8174869E715F6E8F42BAB5B076D9499D97391B15DBEF65989F92FD501

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,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.53.66/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'EBE0C712720660211DE7AFA8347110CB69AFA9FE3BE4A24989A4076C076E4FC7'
url = 'https://github.com/brave/brave-browser/releases/download/v1.53.71/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'AF960F8ECB1DD75A920B0FF98B9BC1B965E18ABBAF8324D21207C1640272D281'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.53.66'
[version]$softwareVersion = '1.53.71'

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": "116.0.5798.0-snapshots",
"snapshots": "116.0.5799.0-snapshots",
"stable": "113.0.5672.127"
}
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>116.0.5798.0-snapshots</version>
<version>116.0.5799.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/1150114/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1150114/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1150146/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1150146/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: 7222E62DA8F72F1D4B40EA180341367A1C113B3D1EE9CE09894132A522F03CB5
checksum64: 32A5291EDD64E0278E96DBB7ABAEC1C78A709EEEF01E65A0CB88E79FE7A101A2
checksum32: 0E5229109FF1AE3053AEAC99CEF4BDBE068057F886AA8E9BA36A794D22F5F8BE
checksum64: B13A6457B697ED1BF18CA513E1680CE9A2869F916D95AD936C07A31B65F9405A

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 = "116.0.5798.0-snapshots"
$version = "116.0.5799.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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/v9.0.1585/gvim_9.0.1585_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1585/gvim_9.0.1585_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1587/gvim_9.0.1587_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1587/gvim_9.0.1587_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: A38E1709036968495F82239BD50558FC80D2F70FEF36ADA693A7B4E83626437E
checksum64: D1B0267C804F0730177AE18295977482FECCA08A342420EA576297524841FDFF
checksum32: E2C45EC540C9F4B5CBF40CBFD0524E4A2A38015615B5FA464147A3C81C33A988
checksum64: 9216D7979B1F28A5E390F70350F4A033BDF24A35D40D2E5DED181C533CE99A31
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_9.0.1585_x86.zip"
file64 = "$toolsDir\gvim_9.0.1585_x64.zip"
file = "$toolsDir\gvim_9.0.1587_x86.zip"
file64 = "$toolsDir\gvim_9.0.1587_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>9.0.1585</version>
<version>9.0.1587</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 b3af804

Please sign in to comment.