Skip to content

Commit

Permalink
AU: 5 updated - brave chromium GoogleChrome maxima vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 15, 2022
1 parent 519b467 commit 38fe5eb
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.37.113",
"stable": "1.37.114",
"beta": "1.38.83-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.37.113</version>
<version>1.37.114</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
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.113/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.37.113/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.37.114/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.37.114/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: 6DF4C0F87EAC5B9AC8DBA37A5ECE7E3B347032F662EBF4D95018593001ED5C6A
checksum64: B5CF4B02DC94C6A94D4BA5408ABF181906F93251C986A2ACB3048917CF9752E5
checksum32: 912564F526AD51557DA59AE5AFBBB3C80AABA439DCF08FFE5232BEC2CBB782F8
checksum64: 58A36D189138C6BF71A396A3E3635456270839727292A796801C831094B88452

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
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.37.113'
[version]$softwareVersion = '1.37.114'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "102.0.5004.0-snapshots",
"snapshots": "102.0.5005.0-snapshots",
"stable": "100.0.4896.88"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>102.0.5004.0-snapshots</version>
<version>102.0.5005.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
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/992419/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/992415/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/992608/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/992704/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: D73F02A8C5A8F192B53A938787DD3CBB39A5DFCD01116295E88747305BDE089D
checksum64: F206D6667E5A4E053BB588B5CEEC685EF00A784CBA0AB1436DD1481103ED5CE8
checksum32: 5C84D16BC365069FEDA5CF4112A770659C0BF9CFF3D531C4C3DD446402578179
checksum64: 75AD2F387BE167A45BD2CA4BB9DA72AF351B4CE1C70FCADE286A35AC8A32FEEE

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "102.0.5004.0-snapshots"
$version = "102.0.5005.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/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>100.0.4896.88</version>
<version>100.0.4896.127</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '100.0.4896.88'
$version = '100.0.4896.127'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '6211109b294a8165443537c8e68dc45ed297cb6765c3066ef1df6d968e47fc7f'
checksum64 = '3843e171474f3722b77a67ea022ca4158819977bc6c6191183d5bb7361636c5b'
checksum = '5a9c11c4aaa3f4d26f27fadb908a292531f529cdeeaf937348e226678ffd839f'
checksum64 = '37802e4cce13e22ba5d0e039f7e31c0c62077eeaf69e0f43b0ca4dcd7875c121'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/maxima/README.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/maxima.png" height="48" width="48" /> ![Maxima](https://img.shields.io/chocolatey/v/maxima.svg?label=Maxima&style=for-the-badge)](https://chocolatey.org/packages/maxima)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/maxima.png" height="48" width="48" /> ![Maxima](https://img.shields.io/chocolatey/v/maxima.svg?label=Maxima&style=for-the-badge)](https://chocolatey.org/packages/maxima)


Maxima, a Computer Algebra System
Expand Down
6 changes: 3 additions & 3 deletions automatic/maxima/maxima.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>maxima</id>
<version>5.45.1.19</version>
<version>5.46.0</version>
<title>Maxima</title>
<owners>chocolatey-community</owners>
<authors>Macsyma group at Project MAC and volunteer contributors</authors>
<projectUrl>http://maxima.sourceforge.net/</projectUrl>
<licenseUrl>https://sourceforge.net/p/maxima/code/ci/master/tree/COPYING</licenseUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/maxima.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/maxima.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
Expand All @@ -26,7 +26,7 @@ Maxima is a descendant of Macsyma, the legendary computer algebra system develop
]]></description>
<summary>Maxima is a computer algebra system based on a 1982 version of Macsyma</summary>
<tags>maxima wxmaxima cas algebra foss cross-platform mathematics admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/maxima</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/maxima</packageSourceUrl>
<mailingListUrl>http://maxima.sourceforge.net/maximalist.html</mailingListUrl>
<projectSourceUrl>https://sourceforge.net/p/maxima/code/ci/master/tree</projectSourceUrl>
<releaseNotes>https://sourceforge.net/p/maxima/code/ci/master/tree/ChangeLog-5.41.md</releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions automatic/maxima/tools/chocolateyInstall.ps1
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.45.1-Windows/maxima-5.45.1s-win32.exe/download'
url64bit = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.45.1-Windows/maxima-5.45.1s-win64.exe/download'
url = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.46.0-Windows/maxima-5.46.0-win32.exe/download'
url64bit = 'https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.46.0-Windows/maxima-5.46.0-win64.exe/download'
softwareName = 'maxima*'
checksum = 'fe385011593da096be0929426fe93e0ccd32f4fc4a7bf8c3f0bbdae78d73317b'
checksum = 'a57d91429a8da5741ab170c130137a93cd8431b8efdf13e7da774808601fe3e4'
checksumType = 'sha256'
checksum64 = '60be72a45376e1256a554d79e7da35f7d91cfc86b12b9a9a5501c0f5ed8b6de0'
checksum64 = '93a877a51193f3987b3ec49daa6f231adbcdfc146ba3a7b07e7c284c29aca3c5'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.4747/gvim_8.2.4747_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4747/gvim_8.2.4747_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4751/gvim_8.2.4751_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4751/gvim_8.2.4751_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: 6ECDBC6F0DBD3BD9EE27DB2D858E7B5D01F34C57ED6C7719606ABB4A8824B7F9
checksum64: F4065677C60A5C2DDD9BD36B0A528C0C23435AD5BCD65FB2B89B3E37B300A9D3
checksum32: 061B13EAB8C22C45CA331CB924E007BFD03F679C84795ED2D61F23B600EA9783
checksum64: 759DBCAF5D835D17E1A8C6D9773C961499ED7823C8F9CFEC92639D12D9C38284
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.4747_x86.zip"
file64 = "$toolsDir\gvim_8.2.4747_x64.zip"
file = "$toolsDir\gvim_8.2.4751_x86.zip"
file64 = "$toolsDir\gvim_8.2.4751_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4747</version>
<version>8.2.4751</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 38fe5eb

Please sign in to comment.