Skip to content

Commit

Permalink
AU: 4 updated - brave chromium mkdocs-material picard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 7, 2022
1 parent 2ba9be8 commit 24abbc4
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 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.39.111",
"beta": "1.40.83-beta"
"beta": "1.40.87-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.40.83-beta</version>
<version>1.40.87-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.40.83/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.40.83/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.40.87/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.40.87/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: 64B208FFC878E8E7E00778CDBFDD07BE6698DA97E7A569A9CBD53C3486BE26B8
checksum64: DC6FCD8CD7F54ECC6E59D3ACA57528336B1889374172CE68AE4C82CCA3AD9A24
checksum32: 421E91479731530519363B81EE18E5930C574BC7805E1EEF4F887364B81E896E
checksum64: 5E93155BE50CAB11C0A2E70B67238F45C5159EA32018A718E0EF38109480D47B

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

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": "104.0.5106.0-snapshots",
"snapshots": "104.0.5107.0-snapshots",
"stable": "102.0.5005.63"
}
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>104.0.5106.0-snapshots</version>
<version>104.0.5107.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/1011016/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011030/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1011311/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011304/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: 5EAFD29B458B52316E9EBB473E51082F05EAB186BC411B0DB499D70DD6821197
checksum64: 661FD1F22458A4C2C74C5806E3DFD25D36F4DCABE117EDA3433AB8EB5D4FD218
checksum32: A897CD980CE56B0FBC15A8CBA6BB0917F72BDDA09355979D8AD40701C2E12D06
checksum64: 1694CB0642DB2117D9BEE6B4D7616B0B5E9BC2E812E6C2C63689E40A97F2009C

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 = "104.0.5106.0-snapshots"
$version = "104.0.5107.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/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>8.3.2</version>
<version>8.3.3</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '8.3.2'
$version = '8.3.3'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/picard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://picard.musicbrainz.org/downloads/>
and can be verified by doing the following:

1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.8.exe>
1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.8.1.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
checksum: F2D7B5CA8E7014C02C018DA4DC55F7403A8E2681BFB8F647CE49E609A552D23F
checksum: 1D1C5B338D13044E8F29C0F4236C7AFB339A0C78881AFDE663F6E5F3CFF9B16C

The file 'LICENSE.txt' has been obtained from <https://github.com/metabrainz/picard/blob/eeb586b392a5a7dc63d64ba697374ea37e6e122a/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/picard/picard.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>picard</id>
<version>2.8</version>
<version>2.8.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/picard</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>MusicBrainz Picard</title>
Expand Down

0 comments on commit 24abbc4

Please sign in to comment.