Skip to content

Commit

Permalink
AU: 3 updated - keepassxc mkvtoolnix vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 11, 2024
1 parent 6e129e6 commit e39016f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
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.7.5</version>
<version>2.7.7</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
6 changes: 3 additions & 3 deletions automatic/keepassxc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

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

1. Download the following installers:
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.5/KeePassXC-2.7.5-Win64.msi>
64-Bit: <https://github.com/keepassxreboot/keepassxc/releases/download/2.7.7/KeePassXC-2.7.7-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
checksum64: 93E36894C81181FB2200DE57E0592836E5DCB6124F776DB44AC185ADD6F90BD6
checksum64: 9C3DAB957DB0F769C4E67BFDF4F0134A65ECFA65C5569718A36AA88E649158CD

File 'LICENSE.txt' is obtained from <https://github.com/keepassxreboot/keepassxc/blob/dcca5aa0f0ee2f2b8685787c01f934cb2b506ef7/COPYING>
2 changes: 1 addition & 1 deletion automatic/keepassxc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'KeePassXC'
fileType = 'msi'
file64 = "$toolsDir\KeePassXC-2.7.5-Win64.msi"
file64 = "$toolsDir\KeePassXC-2.7.7-Win64.msi"
# MSI
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/keepassxc/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function global:au_GetLatest {
-Headers $headers `
-UseBasicParsing
$version = $jsonAnswer.tag_name -Replace '[^0-9.]'
$jsonAnswer.assets | Where { $_.name -Match "Win64.msi$" } | ForEach-Object {
$jsonAnswer.assets | Where-Object { $_.name -Match "Win64.msi$" } | ForEach-Object {
$url64 = $_.browser_download_url
}

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/82.0/mkvtoolnix-32-bit-82.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/82.0/mkvtoolnix-64-bit-82.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/83.0/mkvtoolnix-32-bit-83.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/83.0/mkvtoolnix-64-bit-83.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: F8128013A0E033EAC4C95D1EDF545B34FA85816C4AE24F7E3C329E502D4C3108
checksum64: 959A56DEA9135933113483B1A269841CC7958CFF2DE25FD97D08F15A36A80CB8
checksum32: 2AD2AB0E1A04432BA28646E7901A963C1C7E5A7408DF887CEE52BC1B6C9FBA38
checksum64: 1F45DCB3D18CAC9981A3675D0664749CA0858D465B2239F0D78004A527CEF66A
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>82.0</version>
<version>83.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mkvtoolnix/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
file = "$toolsPath\mkvtoolnix-32-bit-82.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-82.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-83.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-83.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
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/v9.1.0161/gvim_9.1.0161_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0161/gvim_9.1.0161_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0165/gvim_9.1.0165_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0165/gvim_9.1.0165_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: F0CF9E6A3B2E0BD8731A93A165CDF2C2C9BB9EE422BA7A5B14AB4EB286FFCC26
checksum64: 2871DFF45F8EE5C9840323919DF04C221C473EFF88F98FF12A2B6E776FDC91E5
checksum32: 77D900335223D42836A45AB9A8CD09226194AE8FEF509935A33C15B3B7960B3C
checksum64: BA7D5AFFC0A7F3886819F51A5B6AAFE9E5EAF7EBCC6AAD9E3B6436BD75768C93
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_9.1.0161_x86.zip"
file64 = "$toolsDir\gvim_9.1.0161_x64.zip"
file = "$toolsDir\gvim_9.1.0165_x86.zip"
file64 = "$toolsDir\gvim_9.1.0165_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>9.1.0161</version>
<version>9.1.0165</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 e39016f

Please sign in to comment.