Skip to content

Commit

Permalink
AU: 5 updated - brave chromium kubelogin vim wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 22, 2021
1 parent f5b11c3 commit 696c41e
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 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.22.65",
"stable": "1.22.66",
"beta": "1.22.62-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.22.65</version>
<version>1.22.66</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.22.65/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.22.65/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.22.66/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.22.66/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: 5AF4FF3FA239207EA1C156DE5A5DCB7238A04E0C32DE712AA99D778EB11C054E
checksum64: 892D0989722F9ED9718EB530C23D42C383DE929027BB7FB3C031710D84932A48
checksum32: 717098C3A3900BDC146277E16B2DAC9F237D52A25BA55BCDC439B8365D96A632
checksum64: FB129023E6FFCFA64D6231EAA194C5287DCCD1A9149A7C3E1FE910C22857DE7A

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.22.65'
[version]$softwareVersion = '1.22.66'

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": "91.0.4455.0-snapshots",
"snapshots": "91.0.4456.0-snapshots",
"stable": "89.0.4389.90"
}
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>91.0.4455.0-snapshots</version>
<version>91.0.4456.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/864985/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/864985/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/865029/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/865029/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: 5DE9614AF6EF41A7B1F8AA9314464EC22C25F9161B3F1813F9A64CB7031FAFE8
checksum64: EB733F813FD9ACC665068ACE2587FF0ECDE246FA385E740EAFA3780C2F8C688F
checksum32: 536AC7FFC96959DC44DEA65D2944ACFD92414026DA205B74A2745FABDC046989
checksum64: FC5BDE52791B2511B865D460CD455B58854B35AD0AA38C987A4DEE34CE1BB5D3

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 = "91.0.4455.0-snapshots"
$version = "91.0.4456.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubelogin/kubelogin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubelogin</id>
<version>1.22.1</version>
<version>1.23.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubelogin</packageSourceUrl>
<owners>chocolatey-community,jetersen</owners>
<title>Kubelogin (CLI)</title>
Expand Down Expand Up @@ -38,7 +38,7 @@ users:
command: kubelogin
```
]]></description>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.22.1</releaseNotes>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.23.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubelogin/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ location on <https://github.com/int128/kubelogin/releases/latest>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.22.1/kubelogin_windows_amd64.zip>
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.23.0/kubelogin_windows_amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum64: 612599248E1CDD271CBF921251B60CE48792A1FC9C49468C8342537BD81B5DE9
checksum64: D269691E1285BA72E8051896D647A8468BD4B2413CCADA514FAD643F335EABE3

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/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.2.2632/gvim_8.2.2632_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2632/gvim_8.2.2632_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2637/gvim_8.2.2637_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2637/gvim_8.2.2637_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: 084689FFAB8367A31866A5CC58972F72C09743EFAF0BBCD26D9C9B11F2F42C7D
checksum64: 995A5D33CA8698BA9305652F0358EE8A9394E6D0118ED757B48BE9740AA59EFF
checksum32: BC4060B34478FC61E0EB8FD80E514BF5886295FF2B326A1E99664FCAB6876B5E
checksum64: 9F780A9BD1930726F60E6298CBA9C4559A96C014B09ABFC4C781BAEA063E090C
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.2632_x86.zip"
file64 = "$toolsDir\gvim_8.2.2632_x64.zip"
file = "$toolsDir\gvim_8.2.2637_x86.zip"
file64 = "$toolsDir\gvim_8.2.2637_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.2632</version>
<version>8.2.2637</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
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.10/wesnoth-1.15.10-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.16/wesnoth-1.14.16-win32.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = 'ea2e47d42ea809e3ab35e8d445e9c4a42901abc76e2f7ee7a2825cbd4137b88f'
checksum = '2334c632d59bbb32e1d12b33c2423bf24e20da3e0d956d5a20e6064e0ac67067'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.15",
"beta": "1.15.10-beta"
"stable": "1.14.16",
"beta": "1.15.11-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wesnoth</id>
<version>1.15.10-beta</version>
<version>1.14.16</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 696c41e

Please sign in to comment.