Skip to content

Commit

Permalink
AU: 4 updated - alldup chromium keepassxc vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 12, 2021
1 parent 11b07d9 commit 5b66813
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.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>alldup</id>
<version>4.4.52</version>
<version>4.4.54</version>
<title>AllDup</title>
<owners>chocolatey-community</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 731D95C5178E5606B944C334F1E2C4B3C6D733E6DCC660471A6F2B87DF4D17F5
checksum32: E6576DA323432AD1517A01507C07129F65BA175139AC4213C786BC174CDCB40D

File 'Redistribution.pdf' is from personal email communication
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": "93.0.4540.0-snapshots",
"snapshots": "93.0.4541.0-snapshots",
"stable": "91.0.4472.101"
}
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>93.0.4540.0-snapshots</version>
<version>93.0.4541.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/891581/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/891580/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/891874/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/891879/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: B62F3EAC334F77BE47DD6849E5BCEE869249E803BF431A3EA6BF0C5591CA734B
checksum64: 71F651512F9B273AC0CB0FB344CDB75A131F9FBA73BB944107C990EAD9557BA3
checksum32: 748A65C2ADA7173AD691647DC030AF008016016A02C1F37B06B14E31C80F9C60
checksum64: 18FBD0A2C14C1B4CF774279F7D87BD0191A425DABE04DFA8F7172F9A7B21DB71

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 = "93.0.4540.0-snapshots"
$version = "93.0.4541.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/keepassxc/keepassxc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keepassxc</id>
<title>KeePassXC</title>
<version>2.6.4</version>
<version>2.6.5</version>
<authors>https://github.com/keepassxreboot/keepassxc/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>KeePassXC is a community fork of KeePassX which aims to incorporate stalled pull requests, features, and bug fixes that have never made it into the main KeePassX repository.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/keepassxc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.4>
The installer have been downloaded from the Github release page <https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.5>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.4/KeePassXC-2.6.4-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.4/KeePassXC-2.6.4-Win64.msi>
32-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.5/KeePassXC-2.6.5-Win32.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.6.5/KeePassXC-2.6.5-Win64.msi>
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: 73744686AF131E99A3BEC6FE28D4944834F9F81A99A7790C386FE5A75B144B64
checksum64: 5912AA09D1FFC35E12C6454AD156940F6440A2B9874E948C7315E79E84E709C0
checksum32: 970E7C8214B0B71DDD0C9845175492D88363559569ED14EA7C37D2DDBE6A2375
checksum64: 037722ADD4AC4DA52ED5DF43640B990EF4123ADA185DA73835DC7C636AE876F7

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/dcca5aa0f0ee2f2b8685787c01f934cb2b506ef7/COPYING>
4 changes: 2 additions & 2 deletions automatic/keepassxc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'KeePassXC'
fileType = 'msi'
file = "$toolsDir\KeePassXC-2.6.4-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.6.4-Win64.msi"
file = "$toolsDir\KeePassXC-2.6.5-Win32.msi"
file64 = "$toolsDir\KeePassXC-2.6.5-Win64.msi"
# MSI
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
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.2973/gvim_8.2.2973_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2973/gvim_8.2.2973_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2976/gvim_8.2.2976_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2976/gvim_8.2.2976_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: 1F4A7FAE893CF508C1A373FA102D9F2765452F7C25FC193A2AEF57450678F35F
checksum64: 854B84A10F8B9EF2011B6E635422CD262C75BEB7F1605672D0177B7DE027D9F3
checksum32: B6EEAD54D4053E9D41EDE682A3C8301CAC58955D6EE8C7ED2A10B022B1C9490D
checksum64: E7DC45E8FBB05C98D1EAFFA1D1D8A1634386EE22ACDF7A57BB5E0BD4A35772BB
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.2973_x86.zip"
file64 = "$toolsDir\gvim_8.2.2973_x64.zip"
file = "$toolsDir\gvim_8.2.2976_x86.zip"
file64 = "$toolsDir\gvim_8.2.2976_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.2973</version>
<version>8.2.2976</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 5b66813

Please sign in to comment.