Skip to content

Commit

Permalink
AU: 4 updated - chromium mkdocs-material peazip peazip.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 26, 2023
1 parent fb3b1b1 commit d11de50
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
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": "113.0.5618.0-snapshots",
"snapshots": "113.0.5619.0-snapshots",
"stable": "110.0.5481.178"
}
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>113.0.5618.0-snapshots</version>
<version>113.0.5619.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/1110032/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1110035/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1110071/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1110071/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: 3E577646C42B69ADC129E5C227046317C4F7534FF0A9E76BD06E42A2C227256D
checksum64: 0FD6EE86A162782095D6BB282BC1111CF65672734856016B72A8D3341158FB75
checksum32: C598FB26CC0FE4739C58D516FE169C0E79293CBDF40080C86ABD9C6EAFA217C2
checksum64: F54CCE004E23ACB59D26B1F557729DC93DF910ABDD10C25AF8F3E15F3F372535

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 = "113.0.5618.0-snapshots"
$version = "113.0.5619.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>9.0.14</version>
<version>9.0.15</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 = '9.0.14'
$version = '9.0.15'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/peazip.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The installer has been downloaded from the alternative GitHub mirror listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/peazip/PeaZip/releases/download/9.9.0/peazip-9.0.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/9.9.0/peazip-9.0.0.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip-9.1.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip-9.1.0.WIN64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: DBE05A51B346C1AAA26C04667D0E8F5AEC673F769197558F41ECB55242604DFF
checksum64: 714E147B0DA63E745C5A99F5376D2A34A8EF73E4196E68C783C091F609B8A5BC
checksum32: 4535722B3D475A841B835E6097E10F9786A95AB1CE10329E6B676F587A43F230
checksum64: 4A7D3FE5366C60BF35E8AB6E5010D9C033D157D728801AFF1A8D67A4C42AFCCF

The included 'LICENSE.txt' file have been obtained from <https://www.gnu.org/licenses/lgpl-3.0.txt>
and should be the correct license as mentioned on their project page <http://peazip.org/peazip-tos-privacy.html>.
2 changes: 1 addition & 1 deletion automatic/peazip.install/peazip.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip.install</id>
<title>PeaZip (Install)</title>
<version>9.0.0</version>
<version>9.1.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\peazip-9.0.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-9.0.0.WIN64.exe"
file = "$toolsDir\peazip-9.1.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-9.1.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip/peazip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip</id>
<title>PeaZip</title>
<version>9.0.0</version>
<version>9.1.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey-community,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand Down Expand Up @@ -31,7 +31,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](https://peazip.github.io/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[9.0.0]" />
<dependency id="peazip.install" version="[9.1.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit d11de50

Please sign in to comment.