Skip to content

Commit

Permalink
AU: 4 updated - chromium mkvtoolnix peazip.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 9, 2020
1 parent be37840 commit 5cc2a9b
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 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": "82.0.4079.0-snapshots",
"snapshots": "82.0.4081.0-snapshots",
"stable": "75.0.3770.142"
}
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>82.0.4079.0-snapshots</version>
<version>82.0.4081.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/747289/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/747295/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/748062/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/748062/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: 112F43869117C72824D6415E5851F58E49E622043AAAC01CCDAC6A44BDF053F0
checksum64: 1FFBB470E90F06EDC2071DA7272B94DDC9E959F6C06EFC8088550C66C5D6B7FA
checksum32: DA374016B7D4B4A1E3E03ED7156D38E70BFD0842F6AEBC197403A0FFDFE7B25E
checksum64: EAA5506C9D3B05D29F48CB21BEB1A79C03F2C3C86DEEE49A147598E34B7B4513

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 = "82.0.4079.0-snapshots"
$version = "82.0.4081.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/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/43.0.0/mkvtoolnix-32-bit-43.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/43.0.0/mkvtoolnix-64-bit-43.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/44.0.0/mkvtoolnix-32-bit-44.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/44.0.0/mkvtoolnix-64-bit-44.0.0-setup.exe

to download the installer.

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: 28F850D2EA0271CBCDBC0F8672C0D3CEE2BDEE5D9E466012B366EFA6E8F74202
checksum64: 22A55C51ED7EB1A4ED2D2C8196AAAB0EAB730483885BC67BF4A00290AE67FA1C
checksum32: DADB6E0192964D0CEDFB471659E443E6660E46DA7C411E41FD609FF73D8F47BC
checksum64: 92705D5080CDBA0FB247BF168B00C5A4133FA6D766DE447A6ADA73FF1FD7EE8D
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>43.0.0</version>
<version>44.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
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/giorgiotani/PeaZip/releases/download/7.1.0/peazip-7.1.0.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.1.0/peazip-7.1.0.WIN64.exe>
32-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.1.1/peazip-7.1.1.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.1.1/peazip-7.1.1.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: 0BAD32C9DF02838EF0753325AC8D9F5084F410B7F7ED2B7D10372DDB5AB97832
checksum64: C4042FF73D1E4F80AEAD27227BBB1AD3FA30B24F2B4EA121444E1639319A16A5
checksum32: 59B7A07F8DB239306D110A9DA096B6A005D9FDED498BCA4F0748574120E6F933
checksum64: 3D8E95E46A882476EDD0D8315706C505D335AEFC716D201A92F4DF4BF0172645

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>7.1.0</version>
<version>7.1.1</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,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-7.1.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.1.0.WIN64.exe"
file = "$toolsDir\peazip-7.1.1.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.1.1.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.0360/gvim_8.2.0360_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0360/gvim_8.2.0360_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0364/gvim_8.2.0364_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0364/gvim_8.2.0364_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: E254F36CC5B7B2F9C478F7417D2154FE85C1726556AC15B269F986A994545697
checksum64: 11513FCA669BD52ABC1A1ABAE7A89FA642243B9193A9F02981B8ABF7455FCD46
checksum32: FAA10A2CB81E6B0DDB4CA1B79CBAB0DE3B67E4DB70D13FEA4DE884D770FBB75A
checksum64: D1FE249888E2750556D9482ABE4700AEC76FBBE252DAD9F16736CCB5BA7D1B3B
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.0360_x86.zip"
file64 = "$toolsDir\gvim_8.2.0360_x64.zip"
file = "$toolsDir\gvim_8.2.0364_x86.zip"
file64 = "$toolsDir\gvim_8.2.0364_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.0360</version>
<version>8.2.0364</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 5cc2a9b

Please sign in to comment.