Skip to content

Commit

Permalink
AU: 3 updated - chromium peazip.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 26, 2022
1 parent 3c5624d commit 7f7fc56
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 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": "105.0.5142.0-snapshots",
"snapshots": "105.0.5143.0-snapshots",
"stable": "103.0.5060.53"
}
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>105.0.5142.0-snapshots</version>
<version>105.0.5143.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/1017941/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1017942/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1017986/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1017986/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: 95B8BC71CA49DAC9986D38FDD0AC8B930FD319FD55561EF43BFE0C7755284572
checksum64: E0AC0BBFEF6AB02A2E8344F4B1BF7A59DD1602D887496D56D3E2B8CBBDFF48E2
checksum32: 6BB85E16C966D625E0C83BC29ADE2287836C5AA6A4A897CA2AA733AEA5716C20
checksum64: 58C6DE41BBC3D5345232D0463EA087EC0A76FABDADEA723E7EAB66ACD02F4E90

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 = "105.0.5142.0-snapshots"
$version = "105.0.5143.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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 have 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/8.6.0/peazip-8.6.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/8.6.0/peazip-8.6.0.WIN64.exe>
32-Bit: <https://github.com/peazip/PeaZip/releases/download/8.7.0/peazip-8.7.0.WINDOWS.exe>
64-Bit: <https://github.com/peazip/PeaZip/releases/download/8.7.0/peazip-8.7.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: F2C95FA2C806226822CD7FEE0966A08912F5E89DF93F9A6ACD005EACEB160E57
checksum64: 226CEB22689C8BC431C38E27B7FE83840F1CA142AB3CBCD0EE23E2C76EAFD86D
checksum32: D7E8C17D08C54AF3264828F95C80221D32ABB4D945B5EA0FF921B5A8D5B10A29
checksum64: 78FAF86C7A0E3CE70DEEF0C867F861681BB3D7AEC26C03DCE1FF7F0F6A512993

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>8.6.0</version>
<version>8.7.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-8.6.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-8.6.0.WIN64.exe"
file = "$toolsDir\peazip-8.7.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-8.7.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
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.5157/gvim_8.2.5157_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5157/gvim_8.2.5157_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5160/gvim_8.2.5160_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5160/gvim_8.2.5160_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: D7F784D11CCFD291337C2B6609F09848A94B9A32F96795BEF720893961A6A980
checksum64: 997EAB8219C24B37D9BDDEE5127DABF2DDB218CBC885D637D3FE24B10587180A
checksum32: E7094C577C863211686BE2B2BD4399E9B6F60CDC065D529E3F3B8C916692FBCE
checksum64: 4A9654E7A0A9383A471F0EF7C08DC5D55AAEDE2D7860CD5C8CACAA2898DDA17D
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.5157_x86.zip"
file64 = "$toolsDir\gvim_8.2.5157_x64.zip"
file = "$toolsDir\gvim_8.2.5160_x86.zip"
file64 = "$toolsDir\gvim_8.2.5160_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.5157</version>
<version>8.2.5160</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 7f7fc56

Please sign in to comment.