Skip to content

Commit

Permalink
AU: 4 updated - brave chromium palemoon vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 18, 2022
1 parent 48e4ff4 commit 3db7b04
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 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.35.99",
"beta": "1.37.95-beta"
"beta": "1.37.97-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.37.95-beta</version>
<version>1.37.97-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.37.95/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.37.95/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.37.97/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.37.97/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
checksum32: 9CADF69BA7A9B666B35F5E1376D9C732E9FDC6F2CBFCE05D5D3537767C8F1941
checksum64: A46610BD0214F55CA76CD844CF0DDDE05F826EDDDB4A36033D177DA002934294
checksum32: 4BF6580613F153918A468FC0293260047BF91700434941CFB750C970888F96F1
checksum64: 78DFAB4ECF3C80705A36C57DC6BDA4736B8B985A04433A69916421F79590CA5B

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

[version]$softwareVersion = '1.37.95'
[version]$softwareVersion = '1.37.97'

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": "101.0.4950.0-snapshots",
"snapshots": "101.0.4951.0-snapshots",
"stable": "99.0.4844.74"
}
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>101.0.4950.0-snapshots</version>
<version>101.0.4951.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/982025/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/982030/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/982425/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/982376/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: 0AFF60D882AEDD1C886DADA9F5C09C83124E144B08C1D756D9209ACBBC269967
checksum64: F2F872D15F42B384636731B1790E8AC2C467EEFAA91069CB79243CA7B1CDB3C8
checksum32: 6FB035C02AF54486BC2A30AAB0103EF7B2D4C8E844C3C1455EC3C1622D6146D2
checksum64: 88BC9912B0EE101AE451631CE46B83CAA84A51BBF6C394CB8203227475F6E8F9

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 = "101.0.4950.0-snapshots"
$version = "101.0.4951.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>29.4.4</version>
<version>30.0.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-29.4.4.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-29.4.4.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-30.0.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-30.0.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '5b676f1a1a1663ef35c71bd1fe8ad8d2a3f279e6be40a17905c9c95177349577'
checksum = 'e844e30bf3a554907dda2eaf282e87d16a24993fbe5187f3d973aaf2745b1d09'
checksumType = 'sha256'
checksum64 = '916f89f56a65ec299a0be4a191f8892e0b953a5445f12291b06466c31838e30e'
checksum64 = 'cecb33f8c238c82d9a4fd0076b573624d35b476fd984d0ee2c6747b8724d1304'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
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.4583/gvim_8.2.4583_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4583/gvim_8.2.4583_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4586/gvim_8.2.4586_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4586/gvim_8.2.4586_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: 292361EF461A517EDB05CC9B99F36CFA1E63D8A214DAFF3DF0E98242AA8E16F1
checksum64: DF70FA05B53D5F56DE9E50EACB724511274A78DF59E4F5847FA7B39DF6E9C618
checksum32: 7B9F6FF32167064CB4E62DE5A78812E9ABF5A4AA45EC9049ADBAAA8B4DF13E11
checksum64: 11136C1F2E8DAAFEB4B08741CCA6EC22E1AE2AEF1E30E116F16AD8458105B4BA
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.4583_x86.zip"
file64 = "$toolsDir\gvim_8.2.4583_x64.zip"
file = "$toolsDir\gvim_8.2.4586_x86.zip"
file64 = "$toolsDir\gvim_8.2.4586_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.4583</version>
<version>8.2.4586</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 3db7b04

Please sign in to comment.